We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747822c commit 55ea56aCopy full SHA for 55ea56a
2 files changed
Dockerfile
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
14
libssl-dev \
15
m4 \
16
pkg-config
17
-RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 163a32c4d55fd31c455579249c3437165211f302 && opam update
+RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 28d044eb9ccd9b9275c54a845b30932c3d934aa0 && opam update
18
RUN opam option --global solver=builtin-0install
19
# OCurrent 2.0 needs the prometheus Eio fork plus all current_* packages
20
# from the eio branch, and current_ocluster's Eio plugin (which lives on the
0 commit comments