diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index 825e81f3d..f3cd33a88 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -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`!