From 847b6b51582d2210591e43c1e2fcfa321f97ead4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:09:15 +0000 Subject: [PATCH] Bump golang in /Containers/imaginary Bumps golang from 1.22.1-alpine3.18 to 1.22.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 b3285e0e..e477fe31 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM golang:1.22.1-alpine3.18 as go +FROM golang:1.22.2-alpine3.18 as go ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138