Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 1ca65fde2c chore(deps): update alpine docker tag to v3.20
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/lint Pipeline failed Details
2024-05-31 18:00:29 +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