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 e54782f commit 88c0ef6Copy full SHA for 88c0ef6
Containerfile.externaldns
@@ -8,7 +8,7 @@ COPY Dockerfile.openshift Dockerfile
8
# drift-cache/Dockerfile can be updated with the upstream contents once the Konflux version is aligned.
9
RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile | 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.22.9-1744194661 as builder
12
# dummy copy to trigger the drift detection
13
COPY --from=drift /app/Dockerfile.cached .
14
WORKDIR /workspace
0 commit comments