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 b9f087c commit ee92215Copy full SHA for ee92215
Dockerfile
@@ -13,7 +13,7 @@ RUN apk -U upgrade --no-cache && apk add --no-cache \
13
oniguruma-dev \
14
openssl-dev
15
16
-RUN curl -sSL https://github.com/ocaml-dune/dune-bin-install/releases/download/v1/install.sh | sh -s 3.19.1 --install-root /usr --no-update-shell-config
+RUN curl -4fsSL https://github.com/ocaml-dune/dune-bin-install/releases/download/v3/install.sh | sh -s 3.20.1 --install-root /usr --no-update-shell-config
17
RUN dune --version
18
19
# Build project
0 commit comments