Compare commits
10 Commits
ef6bc4ae67
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d88dfc4e2 | |||
| b07c0af65d | |||
| c62bde7447 | |||
| 115db9f751 | |||
| 16148e8ba6 | |||
| dd9e31e047 | |||
| b7a8cdbb9f | |||
| db6aaa2c2f | |||
| c03f1d1280 | |||
| f259d024a2 |
@@ -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:1-3.11-bookworm",
|
"image": "mcr.microsoft.com/devcontainers/python:3-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-1766406230
|
FROM registry.access.redhat.com/ubi9/python-311:9.7-1767889564
|
||||||
|
|
||||||
USER 0
|
USER 0
|
||||||
COPY /app/. /app
|
COPY /app/. /app
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
Flask==3.1.2
|
Flask==3.1.2
|
||||||
prometheus-client==0.23.1
|
prometheus-client==0.24.1
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
Reference in New Issue
Block a user