Skip to content

Commit 2b03341

Browse files
🌱 Bump golang from 1.20.3-bullseye to 1.22.1-bullseye
Bumps golang from 1.20.3-bullseye to 1.22.1-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0345723 commit 2b03341

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.20.3-bullseye AS builder
5+
FROM golang:1.22.1-bullseye AS builder
66

77
WORKDIR /workspace
88
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)