Skip to content

Commit a4b54e1

Browse files
authored
chore: bump OCaml version in image (#9585)
1 parent 7675a5a commit a4b54e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/OCaml/httpaf/httpaf.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/rbjorklin/techempower-ocaml-image
44
# Use pre-built image with all dependencies for faster test times
5-
FROM rbjorklin/techempower-ocaml-image:5.1.1-b58c72ee
5+
FROM rbjorklin/techempower-ocaml-image:5.3.0-e8949511
66

77
# https://caml.inria.fr/pub/docs/manual-ocaml/libref/Gc.html
88
# https://linux.die.net/man/1/ocamlrun

frameworks/OCaml/webmachine/webmachine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/rbjorklin/techempower-ocaml-image
22
# Use pre-built image with all dependencies for faster test times
3-
FROM rbjorklin/techempower-ocaml-image:5.1.1-b58c72ee
3+
FROM rbjorklin/techempower-ocaml-image:5.3.0-e8949511
44

55
ENV DIR project
66

0 commit comments

Comments
 (0)