Skip to content

Commit b9586ae

Browse files
authored
Merge pull request #317 from mtelvers/ocaml-version.4.0.0
Move to ocaml-version.4.0.0
2 parents da47c71 + b98f7bb commit b9586ae

File tree

3 files changed

+1376
-5951
lines changed

3 files changed

+1376
-5951
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 46a0bc573c99d87481c061adb9aeea7177f7d65c && opam update
17+
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard d7624eae68058be71701657e00ba2d124e55daaa && opam update
1818
COPY --chown=opam --link base-images.opam /src/
1919
WORKDIR /src
2020
RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 \

0 commit comments

Comments
 (0)