Compare commits
1 commit
1986f07e16
...
a9bda74c55
| Author | SHA1 | Date | |
|---|---|---|---|
| a9bda74c55 |
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ COPY . ./
|
|||
RUN cargo build --release
|
||||
|
||||
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.20
|
||||
|
||||
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