We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81267cb commit c64ebb7Copy full SHA for c64ebb7
Containerfile.aws-load-balancer-controller
@@ -8,7 +8,7 @@ COPY Dockerfile.openshift .
8
# drift-cache/Dockerfile.openshift.cached can be updated with the source contents once the Konflux version is aligned.
9
RUN test "$(sha1sum Dockerfile.openshift.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile.openshift | cut -d' ' -f1)"
10
11
-FROM registry.access.redhat.com/ubi9/go-toolset:1.22 as builder
+FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1752083840 as builder
12
# dummy copy to trigger the drift detection
13
COPY --from=drift /app/Dockerfile.openshift.cached .
14
0 commit comments