From b9ac7851b285ead19b37f6883f899793d5bfeee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 13:00:30 +0000 Subject: [PATCH] Bump golang in /Containers/imaginary Bumps golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17. --- 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 b8c1bc93..b49f9da0 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine3.17 as go +FROM golang:1.20.4-alpine3.17 as go RUN set -ex; \ apk add --no-cache \ vips-dev \