From 4274d572756ba1607d88a0debf9de8fd76777987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:02:42 +0000 Subject: [PATCH] Bump golang from 1.21.1-alpine to 1.21.3-alpine in /linux Bumps golang from 1.21.1-alpine to 1.21.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 5df619b..ccdd626 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine AS build-backend +FROM golang:1.21.3-alpine AS build-backend LABEL builder=true ENV CGO_ENABLED=0