Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 14, 2024
1 parent 74704e2 commit 2053c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/charted/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV RUSTFLAGS="--cfg tokio_unstable -C link-arg=-fuse-ld=mold -Ctarget-cpu=nativ
RUN cargo build --locked --release --package charted --features bundled-sqlite --features bundled-pq

##### FINAL STAGE
FROM alpine:3.20
FROM alpine:3.21

RUN apk upgrade && apk add --no-cache \
bash \
Expand Down

0 comments on commit 2053c6b

Please sign in to comment.