@@ -121,7 +121,7 @@ By default the startup script checks for the following packages and uses the fir
121
121
If you are using pip to install dependencies your dockerfile could look like this-
122
122
123
123
``` dockerfile
124
- FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.33 .0
124
+ FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.34 .0
125
125
126
126
COPY requirements /requirements
127
127
RUN 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
230
230
</center >
231
231
232
232
## Tags
233
- * Recommended Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-0.33 .0 `
234
- * Slim Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.33 .0 `
233
+ * Recommended Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-0.34 .0 `
234
+ * Slim Image: ` ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.34 .0 `
235
235
236
236
Tags are based on the package version, python version, and the upstream container the container is based on.
237
237
@@ -242,6 +242,11 @@ Tags are based on the package version, python version, and the upstream containe
242
242
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
243
243
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
244
244
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
245
+ | 0.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
246
+ | 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
247
+ | 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
248
+ | 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
249
+ | 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
245
250
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
246
251
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
247
252
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
@@ -262,11 +267,6 @@ Tags are based on the package version, python version, and the upstream containe
262
267
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
263
268
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
264
269
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
265
- | 0.31.0 | 3.12 | py3.12-0.31.0 | py3.12-slim-0.31.0 |
266
- | 0.31.0 | 3.11 | py3.11-0.31.0 | py3.11-slim-0.31.0 |
267
- | 0.31.0 | 3.10 | py3.10-0.31.0 | py3.10-slim-0.31.0 |
268
- | 0.31.0 | 3.9 | py3.9-0.31.0 | py3.9-slim-0.31.0 |
269
- | 0.31.0 | 3.8 | py3.8-0.31.0 | py3.8-slim-0.31.0 |
270
270
271
271
272
272
### Older Tags
0 commit comments