Merge pull request #635 from dmbaturin/T6388-ocaml-4.14.2

docker: T6388: use OCaml 4.14.2 for package builds
This commit is contained in:
John Estabrook 2024-05-23 08:23:54 -05:00 committed by GitHub
commit 869792ab01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ RUN apt-get update && apt-get install -y \
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
ENV LANG en_US.utf8
ENV OCAML_VERSION 4.12.0
ENV OCAML_VERSION 4.14.2
# Base packaged needed to build packages and their package dependencies
RUN apt-get update && apt-get install -y \