Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
4169d88acb Update python Docker tag to v3.14 2025-10-08 06:57:12 +00:00
renovate[bot]
e0ecb56b14 Update astral-sh/setup-uv action to v7 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 00:47:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- uses: astral-sh/setup-uv@v7
with:
python-version: 3.13

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# check=error=true;experimental=all
FROM python:3.13-slim
FROM python:3.14-slim
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1