Compare commits

...

1 commit

Author SHA1 Message Date
d6e8272ef7 chore(deps): update alpine docker tag to v3.22
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
2025-06-30 13:01:47 +00:00

View file

@ -22,7 +22,7 @@ COPY . ./
RUN cargo build --release --frozen
FROM alpine:3.21
FROM alpine:3.22
COPY --from=builder /app/target/release/site /bin/site
COPY --from=builder /app/dumb-init /bin/dumb-init