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 6955ec2 commit 191ea9eCopy full SHA for 191ea9e
build/dockerfiles/rhel.Dockerfile
@@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \
27
cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin
28
29
# https://registry.access.redhat.com/ubi8-minimal
30
-FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 as runtime
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1179 as runtime
31
COPY --from=builder /rootfs /
32
RUN microdnf install -y openssl && \
33
microdnf -y update && \
0 commit comments