From 2d7014a143d1fefc1e7fe8bd1e8aade18ed26fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:56:11 +0000 Subject: [PATCH] Bump golang in /Containers/imaginary Bumps golang from 1.21.1-alpine3.18 to 1.21.2-alpine3.18. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/imaginary/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/imaginary/Dockerfile b/Containers/imaginary/Dockerfile index 31047633..6beb9eca 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine3.18 as go +FROM golang:1.21.2-alpine3.18 as go ENV IMAGINARY_HASH b632dae8cc321452c3f85bcae79c580b1ae1ed84