@@ -123,7 +123,7 @@ By default the startup script checks for the following packages and uses the fir
123
123
If you are using pip to install dependencies your dockerfile could look like this-
124
124
125
125
``` dockerfile
126
- FROM ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.33 .0
126
+ FROM ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.34 .0
127
127
128
128
COPY requirements /requirements
129
129
RUN pip install --no-cache-dir -r /requirements
@@ -242,8 +242,8 @@ If you get use out of these containers please consider sponsoring me using Githu
242
242
</center >
243
243
244
244
## Tags
245
- * Recommended Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.33 .0 `
246
- * Slim Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.33 .0 `
245
+ * Recommended Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.34 .0 `
246
+ * Slim Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.34 .0 `
247
247
248
248
Tags are based on the package version, python version, and the upstream container the container is based on.
249
249
@@ -254,6 +254,11 @@ Tags are based on the package version, python version, and the upstream containe
254
254
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
255
255
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
256
256
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
257
+ | 0.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
258
+ | 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
259
+ | 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
260
+ | 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
261
+ | 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
257
262
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
258
263
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
259
264
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
@@ -274,11 +279,6 @@ Tags are based on the package version, python version, and the upstream containe
274
279
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
275
280
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
276
281
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
277
- | 0.31.0 | 3.12 | py3.12-0.31.0 | py3.12-slim-0.31.0 |
278
- | 0.31.0 | 3.11 | py3.11-0.31.0 | py3.11-slim-0.31.0 |
279
- | 0.31.0 | 3.10 | py3.10-0.31.0 | py3.10-slim-0.31.0 |
280
- | 0.31.0 | 3.9 | py3.9-0.31.0 | py3.9-slim-0.31.0 |
281
- | 0.31.0 | 3.8 | py3.8-0.31.0 | py3.8-slim-0.31.0 |
282
282
283
283
284
284
### Older Tags
0 commit comments