Skip to content

Commit

Permalink
ci: use OCaml 4.14.0, required by F*
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Sep 5, 2024
1 parent c96fb69 commit e00c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/standalone.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR $HOME
SHELL ["/bin/bash", "--login", "-c"]

# Install OCaml
ARG OCAML_VERSION=4.12.0
ARG OCAML_VERSION=4.14.0
RUN opam init --compiler=$OCAML_VERSION --disable-sandboxing
RUN opam env --set-switch | tee --append $HOME/.profile $HOME/.bashrc $HOME/.bash_profile
# unsafe-yes necessary to handle automatic system dependency changes with depext
Expand Down

0 comments on commit e00c640

Please sign in to comment.