Skip to content

Commit 37d35cb

Browse files
authored
Update GOLANG_BUILDER to the last go-toolset image based on 9.6
Pining go toolset image to latest 9.6 ubi tag to match operator base image (ubi-minimal:9.6). Existing tag (1.24) was pulling the latest 1.24 tag (1.24.6), which is now based on ubi 9.7, which is not FIPS compliant.
1 parent 683f5ca commit 37d35cb

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
@@ -1,4 +1,4 @@
1-
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
1+
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:9.6
22
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
33

44
# Build the manager binary

0 commit comments

Comments
 (0)