Skip to content

Commit e515af2

Browse files
committed
Versionator Updating versions for python and package.
1 parent 64ecd2e commit e515af2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/image-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23-
package_versions: ["21.0.0", "21.0.1", "21.1.0", "21.2.0", "22.0.0"]
23+
package_versions: ["21.0.1", "21.1.0", "21.2.0", "22.0.0", "23.0.0"]
2424
target_base: ["full", "slim", "alpine"]
2525
steps:
2626
- name: Checkout repository
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 120
3232
with:
3333
package: "gunicorn[gevent,setproctitle]"
34-
package_latest_version: "22.0.0"
34+
package_latest_version: "23.0.0"
3535
maintainer: "Robert Hafner <[email protected]>"
3636
python_version: ${{ matrix.python_versions }}
3737
package_version: ${{ matrix.package_versions }}

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ By default the startup script checks for the following packages and uses the fir
144144
If 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-22.0.0
147+
FROM ghcr.io/multi-py/python-gunicorn:py3.12-23.0.0
148148

149149
COPY requirements /requirements
150150
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
261261
</center>
262262

263263
## 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`
266266

267267
Tags 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+
| 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 |
276281
| 22.0.0 | 3.12 | py3.12-22.0.0 | py3.12-slim-22.0.0 | py3.12-alpine-22.0.0 |
277282
| 22.0.0 | 3.11 | py3.11-22.0.0 | py3.11-slim-22.0.0 | py3.11-alpine-22.0.0 |
278283
| 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
293298
| 21.0.1 | 3.10 | py3.10-21.0.1 | py3.10-slim-21.0.1 | py3.10-alpine-21.0.1 |
294299
| 21.0.1 | 3.9 | py3.9-21.0.1 | py3.9-slim-21.0.1 | py3.9-alpine-21.0.1 |
295300
| 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 |
301301

302302

303303
### Older Tags

0 commit comments

Comments
 (0)