From dc0615aea497325c907fbbd415737714d61256df Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 29 May 2024 19:11:26 +0200 Subject: [PATCH 1/2] Alpine 3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fc94d4..8a9c052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 LABEL org.opencontainers.image.authors="Christoph Knittel " LABEL org.opencontainers.image.description="Alpine-based Docker image for building statically linked ReScript binaries." From da5a4cfe91275d80e0c88336af89d051b1e7d33f Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 29 May 2024 19:11:35 +0200 Subject: [PATCH 2/2] OCaml 5.2.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a9c052..b780ffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ RUN apk add --no-cache bash gcc g++ git make opam python3 rsync gcompat # will set a different home directory when running in a container. ENV OPAMROOT /root/.opam -RUN opam init -y --compiler=5.1.1 --disable-sandboxing +RUN opam init -y --compiler=5.2.0 --disable-sandboxing -RUN opam install -y dune cppo=1.6.9 js_of_ocaml-compiler=5.6.0 ocamlformat=0.26.1 ounit2=2.2.7 +RUN opam install -y dune cppo=1.6.9 js_of_ocaml-compiler=5.8.1 ocamlformat=0.26.2 ounit2=2.2.7