From 58e72c2582bf0817e3b9859b7391a85ac2309cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:42:11 +0000 Subject: [PATCH] Bump golang in /integration in the all-deps group (#1262) Bumps the all-deps group in /integration with 1 update: golang. Updates `golang` from 1.23.2-bullseye to 1.23.3-bullseye --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/Dockerfile b/integration/Dockerfile index 95351c7a..18a758ac 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile builds a base image for the CloudBuild integration testing. -FROM golang:1.23.2-bullseye@sha256:ecb3fe70e1fd6cef4c5c74246a7525c3b7d59c48ea0589bbb0e57b1b37321fb9 AS testbase +FROM golang:1.23.3-bullseye@sha256:1002103155eb5802f6876dceb8cb8bf965cc6d3deeb34f11e4774926aca6a1fd AS testbase WORKDIR /testbase