We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3ff92 commit 1f27d10Copy full SHA for 1f27d10
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.1 --disable-sandboxing
+RUN opam init -y --compiler=5.2.0 --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
+RUN opam install -y dune cppo=1.6.9 js_of_ocaml-compiler=5.8.1 ocamlformat=0.26.2 ounit2=2.2.7
0 commit comments