From b3c6116da5ad4db349040e87fdbb8e3fcdf7f3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:03:04 +0000 Subject: [PATCH] chore(deps): bump ubuntu from `d1e2e92` to `0d39fcc` Bumps ubuntu from `d1e2e92` to `0d39fcc`. --- 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 84ea037..8bc2ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GO_VERSION=1.25.8 ARG GO_IMAGE_DIGEST=sha256:7af46e70d2017aef0b4ce2422afbcf39af0511a61993103e948b61011233ec42 FROM golang:${GO_VERSION}-bookworm@${GO_IMAGE_DIGEST} AS go-dist -FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 +FROM ubuntu:24.04@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 ARG GO_VERSION LABEL org.opencontainers.image.version="${GO_VERSION}"