Skip to content

Commit ea3f846

Browse files
committed
Update to OCaml 4.14.3 and 5.4.1
Bump opam-repository SHA and update builds.expected for the new ocaml-version 4.0.4 release which adds OCaml 4.14.3 and 5.4.1.
1 parent 64b3baf commit ea3f846

File tree

2 files changed

+576
-575
lines changed

2 files changed

+576
-575
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1414
libssl-dev \
1515
m4 \
1616
pkg-config
17-
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 10a02a697b08f6d78a6c4c2cb9a76136afc7776d && opam update
17+
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 78794d942e7b27f3c8283c4fd2b05a9f20adf597 && opam update
1818
RUN opam pin add dockerfile.dev git+https://github.com/ocurrent/ocaml-dockerfile.git -y --no-action && \
1919
opam pin add dockerfile-cmd.dev git+https://github.com/ocurrent/ocaml-dockerfile.git -y --no-action && \
2020
opam pin add dockerfile-opam.dev git+https://github.com/ocurrent/ocaml-dockerfile.git -y --no-action && \

0 commit comments

Comments
 (0)