@@ -144,7 +144,7 @@ By default the startup script checks for the following packages and uses the fir
144144If you are using pip to install dependencies your dockerfile could look like this-
145145
146146``` dockerfile
147- FROM ghcr.io/multi-py/python-gunicorn:py3.12-21.2 .0
147+ FROM ghcr.io/multi-py/python-gunicorn:py3.12-22.0 .0
148148
149149COPY requirements /requirements
150150RUN pip install --no-cache-dir -r /requirements
@@ -261,8 +261,8 @@ If you get use out of these containers please consider sponsoring me using Githu
261261</center >
262262
263263## Tags
264- * Recommended Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-21.2 .0 `
265- * Slim Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-slim-21.2 .0 `
264+ * Recommended Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-22.0 .0 `
265+ * Slim Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-slim-22.0 .0 `
266266
267267Tags are based on the package version, python version, and the upstream container the container is based on.
268268
@@ -273,6 +273,11 @@ Tags are based on the package version, python version, and the upstream containe
273273| latest | 3.10 | py3.10-latest | py3.10-slim-latest | py3.10-alpine-latest |
274274| latest | 3.9 | py3.9-latest | py3.9-slim-latest | py3.9-alpine-latest |
275275| latest | 3.8 | py3.8-latest | py3.8-slim-latest | py3.8-alpine-latest |
276+ | 22.0.0 | 3.12 | py3.12-22.0.0 | py3.12-slim-22.0.0 | py3.12-alpine-22.0.0 |
277+ | 22.0.0 | 3.11 | py3.11-22.0.0 | py3.11-slim-22.0.0 | py3.11-alpine-22.0.0 |
278+ | 22.0.0 | 3.10 | py3.10-22.0.0 | py3.10-slim-22.0.0 | py3.10-alpine-22.0.0 |
279+ | 22.0.0 | 3.9 | py3.9-22.0.0 | py3.9-slim-22.0.0 | py3.9-alpine-22.0.0 |
280+ | 22.0.0 | 3.8 | py3.8-22.0.0 | py3.8-slim-22.0.0 | py3.8-alpine-22.0.0 |
276281| 21.2.0 | 3.12 | py3.12-21.2.0 | py3.12-slim-21.2.0 | py3.12-alpine-21.2.0 |
277282| 21.2.0 | 3.11 | py3.11-21.2.0 | py3.11-slim-21.2.0 | py3.11-alpine-21.2.0 |
278283| 21.2.0 | 3.10 | py3.10-21.2.0 | py3.10-slim-21.2.0 | py3.10-alpine-21.2.0 |
@@ -293,11 +298,6 @@ Tags are based on the package version, python version, and the upstream containe
293298| 21.0.0 | 3.10 | py3.10-21.0.0 | py3.10-slim-21.0.0 | py3.10-alpine-21.0.0 |
294299| 21.0.0 | 3.9 | py3.9-21.0.0 | py3.9-slim-21.0.0 | py3.9-alpine-21.0.0 |
295300| 21.0.0 | 3.8 | py3.8-21.0.0 | py3.8-slim-21.0.0 | py3.8-alpine-21.0.0 |
296- | 20.1.0 | 3.12 | py3.12-20.1.0 | py3.12-slim-20.1.0 | py3.12-alpine-20.1.0 |
297- | 20.1.0 | 3.11 | py3.11-20.1.0 | py3.11-slim-20.1.0 | py3.11-alpine-20.1.0 |
298- | 20.1.0 | 3.10 | py3.10-20.1.0 | py3.10-slim-20.1.0 | py3.10-alpine-20.1.0 |
299- | 20.1.0 | 3.9 | py3.9-20.1.0 | py3.9-slim-20.1.0 | py3.9-alpine-20.1.0 |
300- | 20.1.0 | 3.8 | py3.8-20.1.0 | py3.8-slim-20.1.0 | py3.8-alpine-20.1.0 |
301301
302302
303303### Older Tags
0 commit comments