Skip to content

Commit 0cebb0c

Browse files
Require a minimum version of Dune for building
1 parent 6aa4ff5 commit 0cebb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/monorepo/bench.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN opam init --disable-sandboxing --auto-setup
135135

136136
# make an opam switch for running benchmarks
137137
RUN opam update && opam switch create bench 4.14.2
138-
RUN opam install -y dune ocamlbuild
138+
RUN opam install -y 'dune>=3.18' ocamlbuild
139139

140140
# make an opam switch for preparing the files for the benchmark
141141
RUN opam switch create prepare 4.14.2

0 commit comments

Comments
 (0)