From 1de70681ae5ebef6598f1bee22c8427336203514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:03:33 +0000 Subject: [PATCH] chore(deps): bump ubuntu from 24.04 to 24.10 Bumps ubuntu from 24.04 to 24.10. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.10' 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 49f0074..cc3bf22 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:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b +FROM ubuntu:24.10@sha256:cdf755952ed117f6126ff4e65810bf93767d4c38f5c7185b50ec1f1078b464cc ARG GO_VERSION LABEL org.opencontainers.image.version="${GO_VERSION}"