Skip to content

Commit

Permalink
Merge pull request #635 from dmbaturin/T6388-ocaml-4.14.2
Browse files Browse the repository at this point in the history
docker: T6388: use OCaml 4.14.2 for package builds
  • Loading branch information
jestabro authored May 23, 2024
2 parents e430174 + 18c90e9 commit 869792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 869792a

Please sign in to comment.