Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
45ffedb922 Update dependency Flask to v3.0.2 2024-02-03 22:00:12 +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:1-41
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.2
prometheus-client==0.19.0
requests==2.31.0