We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d6b4 commit 6d77160Copy full SHA for 6d77160
konflux.Dockerfile
@@ -34,7 +34,7 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11
34
35
36
# Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/
37
-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
38
39
# Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb
40
COPY --from=ubi-micro-base / /ubi-micro-base-root/
0 commit comments