@@ -121,7 +121,7 @@ By default the startup script checks for the following packages and uses the fir
121121If you are using pip to install dependencies your dockerfile could look like this-
122122
123123``` dockerfile
124- FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.37 .0
124+ FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.38 .0
125125
126126COPY requirements /requirements
127127RUN pip install --no-cache-dir -r /requirements
@@ -230,8 +230,8 @@ If you get use out of these containers please consider sponsoring me using Githu
230230</center >
231231
232232## Tags
233- * Recommended Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-0.37 .0 `
234- * Slim Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.37 .0 `
233+ * Recommended Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-0.38 .0 `
234+ * Slim Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.38 .0 `
235235
236236Tags are based on the package version, python version, and the upstream container the container is based on.
237237
@@ -242,6 +242,11 @@ Tags are based on the package version, python version, and the upstream containe
242242| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
243243| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
244244| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
245+ | 0.38.0 | 3.12 | py3.12-0.38.0 | py3.12-slim-0.38.0 |
246+ | 0.38.0 | 3.11 | py3.11-0.38.0 | py3.11-slim-0.38.0 |
247+ | 0.38.0 | 3.10 | py3.10-0.38.0 | py3.10-slim-0.38.0 |
248+ | 0.38.0 | 3.9 | py3.9-0.38.0 | py3.9-slim-0.38.0 |
249+ | 0.38.0 | 3.8 | py3.8-0.38.0 | py3.8-slim-0.38.0 |
245250| 0.37.0 | 3.12 | py3.12-0.37.0 | py3.12-slim-0.37.0 |
246251| 0.37.0 | 3.11 | py3.11-0.37.0 | py3.11-slim-0.37.0 |
247252| 0.37.0 | 3.10 | py3.10-0.37.0 | py3.10-slim-0.37.0 |
@@ -262,11 +267,6 @@ Tags are based on the package version, python version, and the upstream containe
262267| 0.35.0 | 3.10 | py3.10-0.35.0 | py3.10-slim-0.35.0 |
263268| 0.35.0 | 3.9 | py3.9-0.35.0 | py3.9-slim-0.35.0 |
264269| 0.35.0 | 3.8 | py3.8-0.35.0 | py3.8-slim-0.35.0 |
265- | 0.34.3 | 3.12 | py3.12-0.34.3 | py3.12-slim-0.34.3 |
266- | 0.34.3 | 3.11 | py3.11-0.34.3 | py3.11-slim-0.34.3 |
267- | 0.34.3 | 3.10 | py3.10-0.34.3 | py3.10-slim-0.34.3 |
268- | 0.34.3 | 3.9 | py3.9-0.34.3 | py3.9-slim-0.34.3 |
269- | 0.34.3 | 3.8 | py3.8-0.34.3 | py3.8-slim-0.34.3 |
270270
271271
272272### Older Tags
0 commit comments