From 0e372e70049bbc93c3e8454be5b4ef7217fc72e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:25:27 +0000 Subject: [PATCH] General Build Image: Bump amd64/golang in /oldstable/build/alpine-x64 Bumps amd64/golang from 1.22.7-alpine3.20 to 1.22.8-alpine3.20. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oldstable/build/alpine-x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oldstable/build/alpine-x64/Dockerfile b/oldstable/build/alpine-x64/Dockerfile index 1c1e8c4d..41fdc4cb 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.22.7-alpine3.20 +FROM amd64/golang:1.22.8-alpine3.20 # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"