@@ -116,7 +116,7 @@ By default the startup script checks for the following packages and uses the fir
116116If you are using pip to install dependencies your dockerfile could look like this-
117117
118118``` dockerfile
119- FROM ghcr.io/multi-py/python-quasiqueue:py3.12-0.4.2
119+ FROM ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0
120120
121121COPY requirements /requirements
122122RUN pip install --no-cache-dir -r /requirements
@@ -209,8 +209,8 @@ If you get use out of these containers please consider sponsoring me using Githu
209209</center >
210210
211211## Tags
212- * Recommended Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-0.4.2 `
213- * Slim Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-slim-0.4.2 `
212+ * Recommended Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0 `
213+ * Slim Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-slim-0.5.0 `
214214
215215Tags are based on the package version, python version, and the upstream container the container is based on.
216216
@@ -221,6 +221,11 @@ Tags are based on the package version, python version, and the upstream containe
221221| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
222222| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
223223| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
224+ | 0.5.0 | 3.12 | py3.12-0.5.0 | py3.12-slim-0.5.0 |
225+ | 0.5.0 | 3.11 | py3.11-0.5.0 | py3.11-slim-0.5.0 |
226+ | 0.5.0 | 3.10 | py3.10-0.5.0 | py3.10-slim-0.5.0 |
227+ | 0.5.0 | 3.9 | py3.9-0.5.0 | py3.9-slim-0.5.0 |
228+ | 0.5.0 | 3.8 | py3.8-0.5.0 | py3.8-slim-0.5.0 |
224229| 0.4.2 | 3.12 | py3.12-0.4.2 | py3.12-slim-0.4.2 |
225230| 0.4.2 | 3.11 | py3.11-0.4.2 | py3.11-slim-0.4.2 |
226231| 0.4.2 | 3.10 | py3.10-0.4.2 | py3.10-slim-0.4.2 |
@@ -241,11 +246,6 @@ Tags are based on the package version, python version, and the upstream containe
241246| 0.3.1 | 3.10 | py3.10-0.3.1 | py3.10-slim-0.3.1 |
242247| 0.3.1 | 3.9 | py3.9-0.3.1 | py3.9-slim-0.3.1 |
243248| 0.3.1 | 3.8 | py3.8-0.3.1 | py3.8-slim-0.3.1 |
244- | 0.3.0 | 3.12 | py3.12-0.3.0 | py3.12-slim-0.3.0 |
245- | 0.3.0 | 3.11 | py3.11-0.3.0 | py3.11-slim-0.3.0 |
246- | 0.3.0 | 3.10 | py3.10-0.3.0 | py3.10-slim-0.3.0 |
247- | 0.3.0 | 3.9 | py3.9-0.3.0 | py3.9-slim-0.3.0 |
248- | 0.3.0 | 3.8 | py3.8-0.3.0 | py3.8-slim-0.3.0 |
249249
250250
251251### Older Tags
0 commit comments