From ea3b51377084f0daca79aa23b45e80f077c9710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:59:01 +0000 Subject: [PATCH] Bump golang from 1.25.3-alpine to 1.25.7-alpine Bumps golang from 1.25.3-alpine to 1.25.7-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.7-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7044b58..181238e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.3-alpine +FROM golang:1.25.7-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.