From 0e17be1af1112964f19b2dea885c29bd85f3481a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:00:33 +0000 Subject: [PATCH] docker: bump i386/golang in /unstable/build/alpine-x86 Bumps i386/golang from 1.21.1-alpine3.18 to 1.21.2-alpine3.18. --- updated-dependencies: - dependency-name: i386/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- unstable/build/alpine-x86/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/build/alpine-x86/Dockerfile b/unstable/build/alpine-x86/Dockerfile index 8ae5a364..b064599d 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM i386/golang:1.21.1-alpine3.18 +FROM i386/golang:1.21.2-alpine3.18 # 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"