From 2da0a872ac84a4fda3779940ff77f98ec275b92c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:00:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc416e3..35e3b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### build go executable -FROM --platform=$BUILDPLATFORM golang:1.21.6 as build +FROM --platform=$BUILDPLATFORM golang:1.21.7 as build ARG TARGETOS TARGETARCH WORKDIR /workspace