From 13c33af9a4d681f6655a49aed391ad28a2125d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:23:29 +0000 Subject: [PATCH] Bump library/golang from `5f5d61d` to `b1e05e2` Bumps library/golang from `5f5d61d` to `b1e05e2`. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Tagfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 544438ea..b423defc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG PREBUILT # Fetched 2022/04/04 FROM --platform=$BUILDPLATFORM docker.io/library/alpine@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a AS alpine FROM --platform=$BUILDPLATFORM docker.io/nilslice/protolock@sha256:baf9bca8b7a28b945c557f36d562a34cf7ca85a63f6ba8cdadbe333e12ccea51 AS protolock -FROM --platform=$BUILDPLATFORM docker.io/library/golang@sha256:5f5d61dcb58900bc57b230431b6367c900f9982b583adcabf9fa93fd0aa5544a AS golang +FROM --platform=$BUILDPLATFORM docker.io/library/golang@sha256:b1e05e2c918f52c59d39ce7d5844f73b2f4511f7734add8bb98c9ecdd4443365 AS golang FROM --platform=$BUILDPLATFORM docker.io/goreleaser/goreleaser@sha256:e8a4e0a0c9ccd1fcf456e5258b743bb63a3c68f50e03ae4fdfad7681761713e6 AS goreleaser # On this image: # go env GOCACHE => /root/.cache/go-build diff --git a/Tagfile b/Tagfile index 3803b3e1..930b8657 100644 --- a/Tagfile +++ b/Tagfile @@ -1 +1 @@ -0.48.23 +0.48.24