Skip to content

Commit 1f27d10

Browse files
committed
OCaml 5.2.0
1 parent 3e3ff92 commit 1f27d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN apk add --no-cache bash gcc g++ git make opam python3 rsync gcompat
1010
# will set a different home directory when running in a container.
1111
ENV OPAMROOT /root/.opam
1212

13-
RUN opam init -y --compiler=5.1.1 --disable-sandboxing
13+
RUN opam init -y --compiler=5.2.0 --disable-sandboxing
1414

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
15+
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

Comments
 (0)