Skip to content

Commit c71ce83

Browse files
authoredJun 3, 2024··
Merge pull request #673 from plotly/bump-go
bump go from 1.21.6 -> 1.21.9
2 parents ec2f2e8 + 7b088be commit c71ce83

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.