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