From 00cf5ca6871ada0478203d9a41dc8905de7c05cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Bj=C3=B6rklin?= Date: Sun, 9 Feb 2025 19:14:33 -0800 Subject: [PATCH] chore: bump OCaml version in image --- frameworks/OCaml/httpaf/httpaf.dockerfile | 2 +- frameworks/OCaml/webmachine/webmachine.dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/OCaml/httpaf/httpaf.dockerfile b/frameworks/OCaml/httpaf/httpaf.dockerfile index 4921ba7d828..905be838567 100644 --- a/frameworks/OCaml/httpaf/httpaf.dockerfile +++ b/frameworks/OCaml/httpaf/httpaf.dockerfile @@ -2,7 +2,7 @@ # https://github.com/rbjorklin/techempower-ocaml-image # Use pre-built image with all dependencies for faster test times -FROM rbjorklin/techempower-ocaml-image:5.1.1-b58c72ee +FROM rbjorklin/techempower-ocaml-image:5.3.0-e8949511 # https://caml.inria.fr/pub/docs/manual-ocaml/libref/Gc.html # https://linux.die.net/man/1/ocamlrun diff --git a/frameworks/OCaml/webmachine/webmachine.dockerfile b/frameworks/OCaml/webmachine/webmachine.dockerfile index ab3f373c8c4..ac3a1fab080 100644 --- a/frameworks/OCaml/webmachine/webmachine.dockerfile +++ b/frameworks/OCaml/webmachine/webmachine.dockerfile @@ -1,6 +1,6 @@ # https://github.com/rbjorklin/techempower-ocaml-image # Use pre-built image with all dependencies for faster test times -FROM rbjorklin/techempower-ocaml-image:5.1.1-b58c72ee +FROM rbjorklin/techempower-ocaml-image:5.3.0-e8949511 ENV DIR project