chore(deps): update alpine docker tag to v3.20

This commit is contained in:
Renovate Bot 2024-06-13 17:00:22 +00:00
parent 3b33cba0d4
commit 93e3aab0d4

View file

@ -18,7 +18,7 @@ COPY . ./
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/dumb-init /bin/dumb-init