diff --git a/Dockerfile b/Dockerfile index 3d589001cb..496e8156b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV OCAMLORG_PKG_STATE_PATH=package.state \ OCAMLORG_REPO_PATH=opam-repository RUN touch package.state && ./init-cache package.state -FROM alpine:3.19 +FROM alpine:3.21 RUN apk -U upgrade --no-cache && apk add --no-cache \ git \