From 750fec2193b15348e2bd3d32a795f6f9616ac426 Mon Sep 17 00:00:00 2001 From: Xentra Bot <139044062+xentra-bot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:16:25 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.3 Signed-off-by: Xentra Bot <139044062+xentra-bot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 258b4153c..9cb852402 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine3.18 as build +FROM golang:1.21.3-alpine3.18 as build # Buildx build-in ARGs ARG TARGETOS