From 5afaae81d484aff623ece1366a2193be066db8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:57:56 +0000 Subject: [PATCH] build(deps): bump golang from 1.20-alpine3.18 to 1.21.2-alpine3.18 Bumps golang from 1.20-alpine3.18 to 1.21.2-alpine3.18. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc1d517..aa3476a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.18@sha256:7839c9f01b5502d7cb5198b2c032857023424470b3e31ae46a8261ffca72912a AS builder +FROM --platform=$BUILDPLATFORM golang:1.21.2-alpine3.18@sha256:c2bf4ccd8449e468e2212f42c37b5d73c2513b1616bd9a3bb90685c8121d76e6 AS builder ARG TARGETOS ARG TARGETARCH