Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot a9bda74c55 chore(deps): update alpine docker tag to v3.20 2024-10-15 02:02:02 +00:00
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