From de33602ed16c2df6f3b6656d5238405194a19937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:51:24 +0200 Subject: [PATCH] chore(deps): bump golang from 1.23.1 to 1.23.2 (#682) Bumps golang from 1.23.1 to 1.23.2. --- 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 b259d4b5f..e5fe13e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Builder # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.23.1 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.2 AS builder WORKDIR /workspace ARG GOPATH diff --git a/debug.Dockerfile b/debug.Dockerfile index e387c1386..5275f1411 100644 --- a/debug.Dockerfile +++ b/debug.Dockerfile @@ -2,7 +2,7 @@ # Debug image # ------------------------------------------------------------------------------ -FROM --platform=$BUILDPLATFORM golang:1.23.1 as debug +FROM --platform=$BUILDPLATFORM golang:1.23.2 as debug ARG GOPATH ARG GOCACHE