Skip to content

Commit

Permalink
Merge pull request #1027 from grdryn/rhoai-go1.22
Browse files Browse the repository at this point in the history
Update Dockerfile.konflux to use Go 1.22 builder
  • Loading branch information
grdryn authored Jan 3, 2025
2 parents 9cee196 + e971864 commit 033ac20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build the manager binary
################################################################################

FROM registry.access.redhat.com/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22@sha256:1cfdf0c57886426cfd322b438f2c87612d034a7121a3e70bf897162415b42216 as builder

USER root
WORKDIR /opt
Expand Down

0 comments on commit 033ac20

Please sign in to comment.