From 4a5977b0479e53ba9e0d649f8679c56166a8c89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:53:09 +0000 Subject: [PATCH] Bump ubuntu from `cd1dba6` to `d1e2e92` Bumps ubuntu from `cd1dba6` to `d1e2e92`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' 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 3741e5246..f3fa356ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ubuntu:24.04 - pinned to digest for reproducibility (2026-02-05) -FROM ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b +FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 LABEL org.opencontainers.image.source="https://github.com/getprobo/probo" LABEL org.opencontainers.image.licenses="MIT"