Skip to content

Commit

Permalink
fixup! fixing go binary version in sdk docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <[email protected]>
  • Loading branch information
acornett21 committed Oct 29, 2024
1 parent c1c4985 commit e453059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/operator-sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
# Final image.
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542

ENV GO_VERSION=1.22
# TODO: Figure out how to take the go binary from the builder image so this doesn't have to be maintained.
ENV GO_VERSION=1.22.5

ARG TARGETARCH
RUN microdnf install -y make gcc which tar gzip
Expand Down

0 comments on commit e453059

Please sign in to comment.