Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
5d7e7225cf Update registry.access.redhat.com/ubi9/python-311 Docker tag to v9 2024-11-18 11:07:23 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:3-3.11-bookworm",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

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.5-1731639064
USER 0
COPY /app/. /app

View File

@@ -1,3 +1,3 @@
Flask==3.1.2
prometheus-client==0.24.1
requests==2.32.5
Flask==3.0.3
prometheus-client==0.21.0
requests==2.32.3