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 7532719 commit 6ba8a1fCopy full SHA for 6ba8a1f
build/dockerfiles/brew.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; microdnf clean -y all
33
USER unprivilegeduser
0 commit comments