Skip to content

Commit

Permalink
Update Dockerfile.konflux to use Go 1.22 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
grdryn committed Dec 20, 2024
1 parent 62dde9b commit e971864
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 e971864

Please sign in to comment.