We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998aebb commit 99eacf6Copy full SHA for 99eacf6
Dockerfile
@@ -10,6 +10,6 @@ RUN apk add --no-cache bash gcc g++ git make opam python3 rsync gcompat
10
# will set a different home directory when running in a container.
11
ENV OPAMROOT /root/.opam
12
13
-RUN opam init -y --compiler=5.1.0 --disable-sandboxing
+RUN opam init -y --compiler=5.1.1 --disable-sandboxing
14
15
RUN opam install -y dune cppo=1.6.9 js_of_ocaml-compiler=5.6.0 ocamlformat=0.26.1 ounit2=2.2.7
0 commit comments