浏览代码

chore: bump OCaml version in image (#9585)

Robin Björklin 6 月之前
父节点
当前提交
a4b54e1485
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/OCaml/httpaf/httpaf.dockerfile
  2. 1 1
      frameworks/OCaml/webmachine/webmachine.dockerfile

+ 1 - 1
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

+ 1 - 1
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