Skip to content

Commit

Permalink
Merge pull request #203 from hannesm/use-mirage-481-solo5-09
Browse files Browse the repository at this point in the history
update opam repository commit to use solo5 0.9 and mirage 4.8.1
  • Loading branch information
palainp authored Oct 16, 2024
2 parents 56e66ca + 3bb13f4 commit 74e39a6
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 @@ -23,7 +23,7 @@ ENV OPAMCONFIRMLEVEL=unsafe-yes
# Remove this line (and the base image pin above) if you want to test with the
# latest versions.
# taken from https://github.com/ocaml/opam-repository
RUN opam init --disable-sandboxing -a --bare https://github.com/ocaml/opam-repository.git#26c09ff1da6a07b20a0f9474e3a6ed6315c6388b
RUN opam init --disable-sandboxing -a --bare https://github.com/ocaml/opam-repository.git#5d3f0d1d655199e596a1e785e69fae8fad78cad3
RUN opam switch create myswitch 4.14.2
RUN opam exec -- opam install -y mirage opam-monorepo ocaml-solo5
RUN mkdir /tmp/orb-build
Expand Down

0 comments on commit 74e39a6

Please sign in to comment.