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 713fd2b commit 5d3493cCopy full SHA for 5d3493c
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-1753723266 as builder
12
# dummy copy to trigger the drift detection
13
COPY --from=drift /app/Dockerfile.openshift.cached .
14
0 commit comments