From 8f8761b1b4605a6fc69c5b7e902854209486ad6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:31:01 +0000 Subject: [PATCH] Bump golang from 1.22.1-alpine to 1.22.2-alpine in /linux Bumps golang from 1.22.1-alpine to 1.22.2-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 893a9d8..f0535c9 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine AS build-backend +FROM golang:1.22.2-alpine AS build-backend LABEL builder=true ENV CGO_ENABLED=0