Skip to content

Commit

Permalink
docker: T6388: use OCaml 4.14.2 for package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed May 23, 2024
1 parent e430174 commit 18c90e9
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 18c90e9

Please sign in to comment.