We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede144a commit d951ce8Copy full SHA for d951ce8
bench.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ocaml/opam:debian-ocaml-5.2
+FROM ocaml/opam:debian-ocaml-5.3
2
WORKDIR /bench-dir
3
4
RUN sudo apt-get update \
@@ -29,7 +29,7 @@ RUN mkdir janestreet \
29
&& cd janestreet \
30
&& git clone --depth 20 https://github.com/janestreet/opam-repository \
31
&& cd opam-repository \
32
- && git checkout 41c89c7824533f6b63cc5b6d75e6ddb1441d1520 \
+ && git checkout 2819773f29b6f6c14b918eae3cb40c8ff6b22d0e \
33
&& opam remote add js .
34
35
# Install dependencies
0 commit comments