Compare commits

...

1 commit

Author SHA1 Message Date
e991c45397 Update alpine Docker tag to v3.17
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/lint Pipeline was successful
2022-11-16 22:00:33 +00:00

View file

@ -18,7 +18,7 @@ COPY . ./
RUN cargo build --release
FROM alpine:3.16
FROM alpine:3.17
COPY --from=builder /app/target/release/site /bin/site
COPY --from=builder /app/dumb-init /bin/dumb-init