From dc952a2b6eed33c315446fe638accda153d91ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:40:37 -0500 Subject: [PATCH] Bump golang from 1.21-alpine to 1.22-alpine (#94) Bumps golang from 1.21-alpine to 1.22-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2de24d3..3ffdb54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2.1-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