From 14b2b71f76867003087ee155630b694606ab26b4 Mon Sep 17 00:00:00 2001 From: mkosiarc Date: Mon, 5 Jun 2023 13:39:49 +0200 Subject: [PATCH] Update base image, just to trigger pipeline --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]