From ec50a5112febd1f459c272dabb958ce363e70bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 07:35:09 +0000 Subject: [PATCH] Bump golang from 1.21-alpine to 1.22-alpine Bumps golang from 1.21-alpine to 1.22-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e478336..afeed81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6.0-labs -FROM --platform=linux/amd64 golang:1.21-alpine AS build +FROM --platform=linux/amd64 golang:1.22-alpine AS build ARG PKG_NAME ARG TARGETOS