CI: Update OCaml base image

Available tags can be seen at https://hub.docker.com/r/ocamlpro/ocaml/tags?page=1&ordering=last_updated
This commit is contained in:
Louis Gesbert 2023-04-04 16:01:14 +02:00 committed by GitHub
parent a29339ed2f
commit 996ee1ea13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Stage 1: setup an opam switch with all dependencies installed
# (only depends on the opam files)
FROM ocamlpro/ocaml:4.14-2023-02-26 AS dev-build-context
FROM ocamlpro/ocaml:4.14-2023-04-02 AS dev-build-context
# pandoc is not in alpine stable yet, install it manually with an explicit repository
RUN sudo apk add pandoc --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/