Skip to content

Commit b78930f

Browse files
🌱 Bump golang from 1.23-bullseye to 1.24-bullseye
Bumps golang from 1.23-bullseye to 1.24-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca3de2a commit b78930f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Build the manager binary
5-
FROM golang:1.23-bullseye AS builder
5+
FROM golang:1.24-bullseye AS builder
66

77
WORKDIR /workspace
88
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)