From 5328a1ff5be82304464f549cd4f1ce2d46c37493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:16:30 +0000 Subject: [PATCH] Bump ubuntu from `186072b` to `c4a8d55` Bumps ubuntu from `186072b` to `c4a8d55`. --- 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 2566aeec4..6ec4c026d 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:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c +FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b LABEL org.opencontainers.image.source="https://github.com/getprobo/probo" LABEL org.opencontainers.image.licenses="MIT"