Skip to content

Commit

Permalink
Update brew.Dockerfile to ubi8-1072 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored Oct 18, 2023
1 parent ba56c5e commit ab4581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \
cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1037 as runtime
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
COPY --from=builder /rootfs /
RUN microdnf install -y openssl; microdnf clean -y all
USER unprivilegeduser
Expand Down

0 comments on commit ab4581e

Please sign in to comment.