Skip to content

Commit

Permalink
Adapt base image (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Aug 30, 2022
1 parent 8de3bb6 commit bf9d98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/ubi8-minimal:8.6 as dependency-src

RUN microdnf install util-linux && microdnf clean all

FROM registry.access.redhat.com/ubi9-micro:9.0.0
FROM registry.access.redhat.com/ubi8-micro:8.6

# operator dependencies
COPY --from=operator-build /etc/ssl/cert.pem /etc/ssl/cert.pem
Expand Down

0 comments on commit bf9d98a

Please sign in to comment.