Compare commits
1 commit
d6e8272ef7
...
d7495592d1
| Author | SHA1 | Date | |
|---|---|---|---|
| d7495592d1 |
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ COPY . ./
|
|||
RUN cargo build --release --frozen
|
||||
|
||||
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.22
|
||||
|
||||
COPY --from=builder /app/target/release/site /bin/site
|
||||
COPY --from=builder /app/dumb-init /bin/dumb-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue