From 4e2420030134d16f3697abbdbe47a3cea8c245ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:44:56 +0000 Subject: [PATCH] build(deps): bump golang in /Containers/imaginary Bumps golang from 1.22.6-alpine3.20 to 1.23.0-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... 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 c7d51736..4ddec533 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM golang:1.22.6-alpine3.20 AS go +FROM golang:1.23.0-alpine3.20 AS go ENV IMAGINARY_HASH=6cd9edd1d3fb151eb773c14552886e4fc8e50138