From e082ab69d309bb09c3e23955da1859d8d8c174c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:36:02 +0000 Subject: [PATCH] build(deps): bump golang from 1.21.1-alpine to 1.21.3-alpine (#878) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 430a8ee664..6f76c48139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine as base +FROM golang:1.21.3-alpine as base ARG TARGETARCH ARG VERSION ARG COMMIT