From cd43bf699ba5d4b4439eb15e4abb2c2a474f269b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:55:41 +0000 Subject: [PATCH] Bump golang from 1.23.2-alpine to 1.23.3-alpine in /linux Bumps golang from 1.23.2-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] --- linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 5ae8d94..9e5d562 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-alpine AS build-backend +FROM golang:1.23.3-alpine AS build-backend LABEL builder=true ENV CGO_ENABLED=0