Compare commits

..

1 Commits

Author SHA1 Message Date
08e2f3f81a Update mcr.microsoft.com/devcontainers/python Docker tag to v3 2025-12-27 01:42:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,3 +1,3 @@
Flask==3.1.2
prometheus-client==0.24.1
prometheus-client==0.23.1
requests==2.32.5