Skip to content

Commit 5e63f3e

Browse files
committed
change alpine version
1 parent ac00b32 commit 5e63f3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
FROM ocaml/opam:alpine-ocaml-4.14
1+
FROM ocaml/opam:alpine-3.20-ocaml-4.14
22
RUN sudo apk add libev-dev openssl-dev libffi-dev gmp-dev
33
RUN sudo apk add openssl-libs-static
44
WORKDIR slipshow/
55

66
COPY --chown=opam *.opam .
77

8-
ENV PTHREAD_STACK_MIN 2097152
9-
108
RUN opam install -y --deps-only --with-test --with-doc .
119

1210
COPY --chown=opam . .

0 commit comments

Comments
 (0)