From a6bb366240715642cc0b18f8632f183c3a3de8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:47:13 +0000 Subject: [PATCH] Bump golang from 1.23.1-alpine to 1.23.4-alpine Bumps golang from 1.23.1-alpine to 1.23.4-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 3fc0d62..c870fe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1-alpine +FROM golang:1.23.4-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.