Skip to content

Commit 191ea9e

Browse files
committed
chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.10-1179
Signed-off-by: Nick Boldt <[email protected]>
1 parent 6955ec2 commit 191ea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/dockerfiles/rhel.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \
2727
cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin
2828

2929
# https://registry.access.redhat.com/ubi8-minimal
30-
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 as runtime
30+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1179 as runtime
3131
COPY --from=builder /rootfs /
3232
RUN microdnf install -y openssl && \
3333
microdnf -y update && \

0 commit comments

Comments
 (0)