Skip to content

Commit

Permalink
OCaml 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Feb 7, 2024
1 parent 998aebb commit 99eacf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN apk add --no-cache bash gcc g++ git make opam python3 rsync gcompat
# will set a different home directory when running in a container.
ENV OPAMROOT /root/.opam

RUN opam init -y --compiler=5.1.0 --disable-sandboxing
RUN opam init -y --compiler=5.1.1 --disable-sandboxing

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 comments on commit 99eacf6

Please sign in to comment.