@@ -144,7 +144,7 @@ By default the startup script checks for the following packages and uses the fir
144
144
If you are using pip to install dependencies your dockerfile could look like this-
145
145
146
146
``` dockerfile
147
- FROM ghcr.io/multi-py/python-gunicorn:py3.12-22 .0.0
147
+ FROM ghcr.io/multi-py/python-gunicorn:py3.12-23 .0.0
148
148
149
149
COPY requirements /requirements
150
150
RUN 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
261
261
</center >
262
262
263
263
## Tags
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 `
264
+ * Recommended Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-23 .0.0 `
265
+ * Slim Image: ` ghcr.io/multi-py/python-gunicorn:py3.12-slim-23 .0.0 `
266
266
267
267
Tags are based on the package version, python version, and the upstream container the container is based on.
268
268
@@ -273,6 +273,11 @@ Tags are based on the package version, python version, and the upstream containe
273
273
| latest | 3.10 | py3.10-latest | py3.10-slim-latest | py3.10-alpine-latest |
274
274
| latest | 3.9 | py3.9-latest | py3.9-slim-latest | py3.9-alpine-latest |
275
275
| latest | 3.8 | py3.8-latest | py3.8-slim-latest | py3.8-alpine-latest |
276
+ | 23.0.0 | 3.12 | py3.12-23.0.0 | py3.12-slim-23.0.0 | py3.12-alpine-23.0.0 |
277
+ | 23.0.0 | 3.11 | py3.11-23.0.0 | py3.11-slim-23.0.0 | py3.11-alpine-23.0.0 |
278
+ | 23.0.0 | 3.10 | py3.10-23.0.0 | py3.10-slim-23.0.0 | py3.10-alpine-23.0.0 |
279
+ | 23.0.0 | 3.9 | py3.9-23.0.0 | py3.9-slim-23.0.0 | py3.9-alpine-23.0.0 |
280
+ | 23.0.0 | 3.8 | py3.8-23.0.0 | py3.8-slim-23.0.0 | py3.8-alpine-23.0.0 |
276
281
| 22.0.0 | 3.12 | py3.12-22.0.0 | py3.12-slim-22.0.0 | py3.12-alpine-22.0.0 |
277
282
| 22.0.0 | 3.11 | py3.11-22.0.0 | py3.11-slim-22.0.0 | py3.11-alpine-22.0.0 |
278
283
| 22.0.0 | 3.10 | py3.10-22.0.0 | py3.10-slim-22.0.0 | py3.10-alpine-22.0.0 |
@@ -293,11 +298,6 @@ Tags are based on the package version, python version, and the upstream containe
293
298
| 21.0.1 | 3.10 | py3.10-21.0.1 | py3.10-slim-21.0.1 | py3.10-alpine-21.0.1 |
294
299
| 21.0.1 | 3.9 | py3.9-21.0.1 | py3.9-slim-21.0.1 | py3.9-alpine-21.0.1 |
295
300
| 21.0.1 | 3.8 | py3.8-21.0.1 | py3.8-slim-21.0.1 | py3.8-alpine-21.0.1 |
296
- | 21.0.0 | 3.12 | py3.12-21.0.0 | py3.12-slim-21.0.0 | py3.12-alpine-21.0.0 |
297
- | 21.0.0 | 3.11 | py3.11-21.0.0 | py3.11-slim-21.0.0 | py3.11-alpine-21.0.0 |
298
- | 21.0.0 | 3.10 | py3.10-21.0.0 | py3.10-slim-21.0.0 | py3.10-alpine-21.0.0 |
299
- | 21.0.0 | 3.9 | py3.9-21.0.0 | py3.9-slim-21.0.0 | py3.9-alpine-21.0.0 |
300
- | 21.0.0 | 3.8 | py3.8-21.0.0 | py3.8-slim-21.0.0 | py3.8-alpine-21.0.0 |
301
301
302
302
303
303
### Older Tags
0 commit comments