Skip to content

Commit e12f18a

Browse files
committed
chore: Update from ubi8-minimal:8.8-1037 to ubi8-minimal:8.8-1072
Signed-off-by: Nick Boldt <[email protected]>
1 parent 8b2afc4 commit e12f18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dockerfiles/brew.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.8-1037 as runtime
30+
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
3131
COPY --from=builder /rootfs /
3232
RUN microdnf install -y openssl; microdnf clean -y all
3333
USER unprivilegeduser

0 commit comments

Comments
 (0)