From 45b1101118498e28a90f41e47f8822004cc07e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:32:45 +0000 Subject: [PATCH] chore: bump ocaml/opam from debian-12-ocaml-5.3 to debian-12-ocaml-5.6 Bumps ocaml/opam from debian-12-ocaml-5.3 to debian-12-ocaml-5.6. --- updated-dependencies: - dependency-name: ocaml/opam dependency-version: debian-12-ocaml-5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ed5eeb..8257149 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # is not on the critical path; correctness of the C runtime under a 5.x multicore program is. # ───────────────────────── build ───────────────────────── -FROM ocaml/opam:debian-12-ocaml-5.3 AS build +FROM ocaml/opam:debian-12-ocaml-5.6 AS build USER root RUN apt-get update && apt-get install -y --no-install-recommends \