Skip to content

Commit e2b6ccd

Browse files
authoredJan 10, 2024
chore(deps): update golang docker tag to v1.21.6
1 parent b061388 commit e2b6ccd

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.5} as builder
5+
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.21.6} as builder
66

77
ARG TARGETOS
88
ARG TARGETARCH

0 commit comments

Comments
 (0)
Please sign in to comment.