Skip to content

Commit ee92215

Browse files
sabinegridbugs
andcommitted
Update Dockerfile @gridbugs
Co-authored-by: Stephen Sherratt <stephen@sherra.tt>
1 parent b9f087c commit ee92215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk -U upgrade --no-cache && apk add --no-cache \
1313
oniguruma-dev \
1414
openssl-dev
1515

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
16+
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
1717
RUN dune --version
1818

1919
# Build project

0 commit comments

Comments
 (0)