Compare commits

..

5 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:9.6-1745584456
FROM registry.access.redhat.com/ubi9/python-311:9.6-1747333117
USER 0
COPY /app/. /app

View File

@@ -1,3 +1,3 @@
Flask==3.1.1
prometheus-client==0.21.1
prometheus-client==0.22.1
requests==2.32.4