We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8e0ab commit a457bf0Copy full SHA for a457bf0
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:1fc04e873cb3f3c8d1211729a794716e50826f650ea88b97a4ff57f601db77a8 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