Compare commits
1 Commits
main
...
5d7e7225cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d7e7225cf |
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Python 3",
|
"name": "Python 3",
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
// 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 to add to the dev container. More info: https://containers.dev/features.
|
||||||
// "features": {},
|
// "features": {},
|
||||||
|
|||||||
@@ -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
|
USER 0
|
||||||
COPY /app/. /app
|
COPY /app/. /app
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
Flask==3.1.2
|
Flask==3.0.3
|
||||||
prometheus-client==0.24.1
|
prometheus-client==0.21.0
|
||||||
requests==2.32.5
|
requests==2.32.3
|
||||||
Reference in New Issue
Block a user