Skip to content

Commit 7b088be

Browse files
committedMay 30, 2024·
bump go from 1.21.6 -> 1.21.9
1 parent f682a69 commit 7b088be

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 @@ ARG BUILDER_IMAGE
22
ARG BASE_IMAGE
33

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

77
ARG TARGETOS
88
ARG TARGETARCH

0 commit comments

Comments
 (0)
Please sign in to comment.