We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d685e2 commit 9274c35Copy full SHA for 9274c35
1 file changed
konflux.Dockerfile
@@ -40,7 +40,7 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11
40
41
42
# Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/
43
-FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:05fa0100593c08b5e9dde684cd3eaa94b4d5d7b3cc09944f1f73924e49fde036 AS package_installer
+FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:9e6e193bfc3596a84d2a32f42d6b1552398ec9735b9a4e893a0fc3c6fbccb381 AS package_installer
44
45
# Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb
46
COPY --from=ubi-micro-base / /ubi-micro-base-root/
0 commit comments