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

pull/231/head
Renovate Bot 2024-06-13 17:00:22 +00:00
parent 3b33cba0d4
commit 93e3aab0d4
1 changed files with 1 additions and 1 deletions

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