From e34737631f9bfaae25947bb5aec3d07f81ed22aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 05:55:50 +0000 Subject: [PATCH] Bump golang from 1.23.1-alpine to 1.23.3-alpine Bumps golang from 1.23.1-alpine to 1.23.3-alpine. --- updated-dependencies: - dependency-name: golang 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 5ca066e..8e575ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1-alpine +FROM golang:1.23.3-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.