From fcb7ffa372bfbc3377f0f24dfaaf3503f925de55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:54:11 +0000 Subject: [PATCH] Bump golang from 1.21.3-alpine3.18 to 1.21.4-alpine3.18 Bumps golang from 1.21.3-alpine3.18 to 1.21.4-alpine3.18. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.foo | 2 +- Dockerfile.workspace | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.foo b/Dockerfile.foo index 55682d6..d23ae69 100644 --- a/Dockerfile.foo +++ b/Dockerfile.foo @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM} golang:1.21.3-alpine3.18 as builder +FROM --platform=${BUILDPLATFORM} golang:1.21.4-alpine3.18 as builder WORKDIR /workspace diff --git a/Dockerfile.workspace b/Dockerfile.workspace index 746475e..9897538 100644 --- a/Dockerfile.workspace +++ b/Dockerfile.workspace @@ -1,4 +1,4 @@ -FROM golang:1.21.3-alpine3.18 +FROM golang:1.21.4-alpine3.18 ARG PROJECT ARG GO_MODULE