Compare commits

...

10 Commits

Author SHA1 Message Date
3d88dfc4e2 Merge pull request 'Update dependency prometheus-client to v0.24.1' (#76) from renovate/maintenance-(minororpatchorpinordigest) into main 2026-01-14 16:35:45 +01:00
b07c0af65d Update dependency prometheus-client to v0.24.1 2026-01-14 15:35:39 +00:00
c62bde7447 Merge pull request 'Update dependency prometheus-client to v0.24.0' (#75) from renovate/maintenance-(minororpatchorpinordigest) into main 2026-01-12 21:36:46 +01:00
115db9f751 Update dependency prometheus-client to v0.24.0 2026-01-12 20:36:32 +00:00
16148e8ba6 Merge pull request 'Update registry.access.redhat.com/ubi9/python-311 Docker tag to v9.7-1767889564' (#74) from renovate/maintenance-(minororpatchorpinordigest) into main 2026-01-08 19:38:45 +01:00
dd9e31e047 Update registry.access.redhat.com/ubi9/python-311 Docker tag to v9.7-1767889564 2026-01-08 18:38:32 +00:00
b7a8cdbb9f Merge pull request 'Update registry.access.redhat.com/ubi9/python-311 Docker tag to v9.7-1767774410' (#73) from renovate/maintenance-(minororpatchorpinordigest) into main 2026-01-07 10:35:41 +01:00
db6aaa2c2f Update registry.access.redhat.com/ubi9/python-311 Docker tag to v9.7-1767774410 2026-01-07 09:35:35 +00:00
c03f1d1280 Merge pull request 'Update mcr.microsoft.com/devcontainers/python Docker tag to v3' (#72) from renovate/mcr.microsoft.com-devcontainers-python-3.x into main
Reviewed-on: #72
2025-12-28 01:12:30 +01:00
f259d024a2 Update mcr.microsoft.com/devcontainers/python Docker tag to v3 2025-12-28 00:11:40 +00:00
3 changed files with 3 additions and 3 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: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": {},

View File

@@ -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
COPY /app/. /app

View File

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