We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40094e commit 5d01a4bCopy full SHA for 5d01a4b
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM ocaml/opam:alpine-3.19-ocaml-5.2 AS build
+FROM ocaml/opam:alpine-3.21-ocaml-5.2 AS build
2
+RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
3
4
# Install system dependencies
5
RUN sudo apk -U upgrade --no-cache && sudo apk add --no-cache \
@@ -29,7 +30,8 @@ ENV OCAMLORG_PKG_STATE_PATH=package.state \
29
30
OCAMLORG_REPO_PATH=opam-repository
31
RUN touch package.state && ./init-cache package.state
32
-FROM alpine:3.19
33
+
34
+FROM alpine:3.21
35
36
RUN apk -U upgrade --no-cache && apk add --no-cache \
37
git \
0 commit comments