diff --git a/Dockerfile b/Dockerfile index 1d4b7e3..51e051a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Red Hat Universal Base Image 8 with Python 3.11 -FROM registry.access.redhat.com/ubi8/python-311:1-36 +FROM registry.access.redhat.com/ubi8/python-311:1-89 USER 0