diff --git a/docker/Dockerfile b/docker/Dockerfile index 3f3539e774..f44c9fc145 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-108 +FROM registry.access.redhat.com/ubi9/python-39:1-122 # By default, listen on port 8081 EXPOSE 8081/tcp @@ -17,4 +17,4 @@ RUN pip install -r requirements.txt COPY . . # Specify the command to run on container start -CMD [ "python", "./app.py" ] \ No newline at end of file +CMD [ "python", "./app.py" ]