From 3c4ba1b61ecd72d0441b6567c707ad22755d2b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:37:49 +0200 Subject: [PATCH] chore(deps): bump golang from 1.22.4 to 1.22.5 (#398) Bumps golang from 1.22.4 to 1.22.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- debug.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83f662234..3237b2069 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Builder # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder WORKDIR /workspace ARG GOPATH diff --git a/debug.Dockerfile b/debug.Dockerfile index 5d7eb1bd7..41a0c45ea 100644 --- a/debug.Dockerfile +++ b/debug.Dockerfile @@ -2,7 +2,7 @@ # Debug image # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.22.4 as debug +FROM --platform=$BUILDPLATFORM golang:1.22.5 as debug ARG GOPATH ARG GOCACHE