Skip to content

Commit

Permalink
chore: Update from ubi8-minimal:8.9-1029 to ubi8-minimal:8.9-1108
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored and ibuziuk committed Feb 26, 2024
1 parent b4861cf commit 9933f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN adduser appuser && \
make build

# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.9-1029
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
USER root
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
# CRW-528 copy actual cert
Expand Down

0 comments on commit 9933f88

Please sign in to comment.