Skip to content

Commit

Permalink
chore: use ocaml 5.2 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 30, 2024
1 parent f95807e commit 449c211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL org.opencontainers.image.source=https://github.com/dylibso/wasmstore
LABEL org.opencontainers.image.description="Wasmstore image"
LABEL org.opencontainers.image.licenses=BSD-3-Clause

FROM ocaml/opam:debian-12-ocaml-5.1 as build
FROM ocaml/opam:debian-12-ocaml-5.2 as build
RUN sudo apt-get update && sudo apt-get install -y libgmp-dev pkg-config libssl-dev libffi-dev curl
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
COPY --chown=opam . /home/opam/src
Expand Down

0 comments on commit 449c211

Please sign in to comment.