From 35d008245d4bf00e748204bdd01a939a4ea30e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:54:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb4cf90..bf0275a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### build go executable -FROM --platform=$BUILDPLATFORM golang:1.21.1 as build +FROM --platform=$BUILDPLATFORM golang:1.21.2 as build WORKDIR /go/src