Skip to content

Commit 7fc0073

Browse files
Bump golang from 1.23.1-bullseye to 1.23.2-bullseye in /cicd (#203)
Bumps golang from 1.23.1-bullseye to 1.23.2-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0ddfcf commit 7fc0073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/Dockerfile_goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#syntax=docker/dockerfile-upstream:1.5
2-
FROM --platform=$BUILDPLATFORM golang:1.23.1-bullseye as build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.2-bullseye as build
33

44
RUN <<EOT
55
set -e

0 commit comments

Comments
 (0)