Skip to content

Commit 02862c4

Browse files
committed
Versionator Updating versions for python and package.
1 parent 891a925 commit 02862c4

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.9", "3.10", "3.11", "3.12", "3.13"]
23-
package_versions: ["0.31.0", "0.31.1", "0.32.0", "0.32.1", "0.33.0"]
23+
package_versions: ["0.31.1", "0.32.0", "0.32.1", "0.33.0", "0.34.0"]
2424
target_base: ["full", "slim"]
2525
steps:
2626
- name: Checkout repository
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 45
3232
with:
3333
package: "uvicorn[standard]"
34-
package_latest_version: "0.33.0"
34+
package_latest_version: "0.34.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
@@ -123,7 +123,7 @@ By default the startup script checks for the following packages and uses the fir
123123
If 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.33.0
126+
FROM ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.34.0
127127

128128
COPY requirements /requirements
129129
RUN 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.33.0`
246-
* Slim Image: `ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.33.0`
245+
* Recommended Image: `ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-0.34.0`
246+
* Slim Image: `ghcr.io/multi-py/python-gunicorn-uvicorn:py3.12-slim-0.34.0`
247247

248248
Tags 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.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
258+
| 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
259+
| 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
260+
| 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
261+
| 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
257262
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
258263
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
259264
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
@@ -274,11 +279,6 @@ Tags are based on the package version, python version, and the upstream containe
274279
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
275280
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
276281
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
277-
| 0.31.0 | 3.12 | py3.12-0.31.0 | py3.12-slim-0.31.0 |
278-
| 0.31.0 | 3.11 | py3.11-0.31.0 | py3.11-slim-0.31.0 |
279-
| 0.31.0 | 3.10 | py3.10-0.31.0 | py3.10-slim-0.31.0 |
280-
| 0.31.0 | 3.9 | py3.9-0.31.0 | py3.9-slim-0.31.0 |
281-
| 0.31.0 | 3.8 | py3.8-0.31.0 | py3.8-slim-0.31.0 |
282282

283283

284284
### Older Tags

0 commit comments

Comments
 (0)