Skip to content

Commit

Permalink
OCaml 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Feb 3, 2024
1 parent 3728eed commit 998aebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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=4.14.1 --disable-sandboxing
RUN opam init -y --compiler=5.1.0 --disable-sandboxing

RUN opam install -y dune cppo=1.6.9 js_of_ocaml-compiler=4.0.0 ocamlformat=0.26.1 ounit2=2.2.6 reanalyze=2.23.0
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 998aebb

Please sign in to comment.