From bd085809fd43144a9fb5711fc412ea5a8cdc8202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 04:31:55 +0000 Subject: [PATCH] Update golang Docker tag to v1.22 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9d9e13e..cc51644 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG VERSION=latest -FROM golang:1.21-alpine as BUILD +FROM golang:1.22-alpine as BUILD ARG VERSION RUN apk add --no-cache gcc g++ make