Skip to content

Commit

Permalink
Merge pull request #373 from rhmdnd/update-ubi-image
Browse files Browse the repository at this point in the history
Update UBI image to keep pace with GLIBC version
  • Loading branch information
openshift-merge-robot authored Jul 28, 2023
2 parents b33b6c2 + 5ccd28f commit df82ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN make manager

# Step two: containerize compliance-operator
FROM registry.access.redhat.com/ubi8/ubi-micro:latest
FROM registry.access.redhat.com/ubi9/ubi-micro:latest

ENV OPERATOR=/usr/local/bin/compliance-operator \
USER_UID=1001 \
Expand Down

0 comments on commit df82ddb

Please sign in to comment.