Skip to content

Commit

Permalink
Increase OCaml version in nightly dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Oct 29, 2024
1 parent 9c1c5c4 commit fdc9bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates build-essential libgmp-dev z3 libz3-dev opam rsync pkg-config m4 zlib1g-dev

# Configure opam
RUN opam init -y --no-setup --compiler=4.10.0 --shell=sh --disable-sandboxing
RUN opam init -y --no-setup --compiler=5.2.0 --shell=sh --disable-sandboxing

# Copy code
WORKDIR /sail-src
Expand Down

0 comments on commit fdc9bb2

Please sign in to comment.