Skip to content

Commit 9d6c19a

Browse files
build(deps): Bump golang in /cmd/fluent-manager (#1369)
Bumps golang from 1.22.6-alpine3.19 to 1.23.2-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09cfed2 commit 9d6c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fluent-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine3.19 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.19 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)