Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and spotlightishere committed Aug 20, 2024
1 parent 48f267a commit e702e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cargo build --locked --release

############ FINAL STAGE

FROM alpine:3.19
FROM alpine:3.20

# We need a hard dependency on `libgcc` since it is required for `--panic=unwind`. We could experiment
# with `--panic=abort`, but I'm not too sure if that works with `color_eyre`!
Expand Down

0 comments on commit e702e58

Please sign in to comment.