Skip to content

Commit 84a8850

Browse files
chore(deps): update golang docker tag to v1.22.6
1 parent 04a9874 commit 84a8850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
22
ARG BASE_IMAGE
33

44
# Build the manager binary
5-
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.9} as builder
5+
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.22.6} as builder
66

77
ARG TARGETOS
88
ARG TARGETARCH

0 commit comments

Comments
 (0)