Skip to content

Commit f0adcb5

Browse files
committed
fix: pin base go image to 1.19.9
1.19.10 includes a change on linked libraries that's messing up our manager binary see golang/go#47257 and golang/go#57328 (issues are closed, but the error is the same)
1 parent 90672cf commit f0adcb5

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
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$TARGETPLATFORM golang:1.19 as builder
2+
FROM --platform=$TARGETPLATFORM golang:1.19.9 as builder
33
ARG TARGETARCH
44
ARG TARGETOS
55

0 commit comments

Comments
 (0)