Skip to content

Commit 3a07d4c

Browse files
committed
Versionator Updating versions for python and package.
1 parent 93b68e0 commit 3a07d4c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
21-
package_versions: ["0.31.0", "0.31.1", "0.32.0", "0.32.1", "0.33.0"]
21+
package_versions: ["0.31.1", "0.32.0", "0.32.1", "0.33.0", "0.34.0"]
2222
target_base: ["full", "slim"]
2323
steps:
2424
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 45
3030
with:
3131
package: "uvicorn"
32-
package_latest_version: "0.33.0"
32+
package_latest_version: "0.34.0"
3333
maintainer: "Robert Hafner <[email protected]>"
3434
python_version: ${{ matrix.python_versions }}
3535
package_version: ${{ matrix.package_versions }}

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ By default the startup script checks for the following packages and uses the fir
121121
If you are using pip to install dependencies your dockerfile could look like this-
122122

123123
```dockerfile
124-
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.33.0
124+
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0
125125

126126
COPY requirements /requirements
127127
RUN pip install --no-cache-dir -r /requirements
@@ -230,8 +230,8 @@ If you get use out of these containers please consider sponsoring me using Githu
230230
</center>
231231

232232
## Tags
233-
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.33.0`
234-
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.33.0`
233+
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0`
234+
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.34.0`
235235

236236
Tags are based on the package version, python version, and the upstream container the container is based on.
237237

@@ -242,6 +242,11 @@ Tags are based on the package version, python version, and the upstream containe
242242
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
243243
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
244244
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
245+
| 0.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
246+
| 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
247+
| 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
248+
| 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
249+
| 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
245250
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
246251
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
247252
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
@@ -262,11 +267,6 @@ Tags are based on the package version, python version, and the upstream containe
262267
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
263268
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
264269
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
265-
| 0.31.0 | 3.12 | py3.12-0.31.0 | py3.12-slim-0.31.0 |
266-
| 0.31.0 | 3.11 | py3.11-0.31.0 | py3.11-slim-0.31.0 |
267-
| 0.31.0 | 3.10 | py3.10-0.31.0 | py3.10-slim-0.31.0 |
268-
| 0.31.0 | 3.9 | py3.9-0.31.0 | py3.9-slim-0.31.0 |
269-
| 0.31.0 | 3.8 | py3.8-0.31.0 | py3.8-slim-0.31.0 |
270270

271271

272272
### Older Tags

0 commit comments

Comments
 (0)