@@ -123,7 +123,7 @@ By default the startup script checks for the following packages and uses the fir
123123If you are using pip to install dependencies your dockerfile could look like this-
124124
125125``` dockerfile
126- FROM ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.36.0
126+ FROM ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.36.1
127127
128128COPY requirements /requirements
129129RUN 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
242242</center >
243243
244244## Tags
245- * Recommended Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.36.0 `
246- * Slim Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.36.0 `
245+ * Recommended Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.36.1 `
246+ * Slim Image: ` ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.36.1 `
247247
248248Tags are based on the package version, python version, and the upstream container the container is based on.
249249
@@ -254,6 +254,11 @@ Tags are based on the package version, python version, and the upstream containe
254254| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
255255| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
256256| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
257+ | 0.36.1 | 3.12 | py3.12-0.36.1 | py3.12-slim-0.36.1 |
258+ | 0.36.1 | 3.11 | py3.11-0.36.1 | py3.11-slim-0.36.1 |
259+ | 0.36.1 | 3.10 | py3.10-0.36.1 | py3.10-slim-0.36.1 |
260+ | 0.36.1 | 3.9 | py3.9-0.36.1 | py3.9-slim-0.36.1 |
261+ | 0.36.1 | 3.8 | py3.8-0.36.1 | py3.8-slim-0.36.1 |
257262| 0.36.0 | 3.12 | py3.12-0.36.0 | py3.12-slim-0.36.0 |
258263| 0.36.0 | 3.11 | py3.11-0.36.0 | py3.11-slim-0.36.0 |
259264| 0.36.0 | 3.10 | py3.10-0.36.0 | py3.10-slim-0.36.0 |
@@ -274,11 +279,6 @@ Tags are based on the package version, python version, and the upstream containe
274279| 0.34.2 | 3.10 | py3.10-0.34.2 | py3.10-slim-0.34.2 |
275280| 0.34.2 | 3.9 | py3.9-0.34.2 | py3.9-slim-0.34.2 |
276281| 0.34.2 | 3.8 | py3.8-0.34.2 | py3.8-slim-0.34.2 |
277- | 0.34.1 | 3.12 | py3.12-0.34.1 | py3.12-slim-0.34.1 |
278- | 0.34.1 | 3.11 | py3.11-0.34.1 | py3.11-slim-0.34.1 |
279- | 0.34.1 | 3.10 | py3.10-0.34.1 | py3.10-slim-0.34.1 |
280- | 0.34.1 | 3.9 | py3.9-0.34.1 | py3.9-slim-0.34.1 |
281- | 0.34.1 | 3.8 | py3.8-0.34.1 | py3.8-slim-0.34.1 |
282282
283283
284284### Older Tags
0 commit comments