Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
dd7e51fc3f Update python:3.13-slim Docker digest to 6a135f8 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 10:48:19 +00:00
renovate[bot]
ea4f3882f9 Update python:3.13-slim Docker digest to faa4eb6 (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 07:07:37 +00:00
renovate[bot]
c89faf85db Update astral-sh/setup-uv digest to d9e0f98 (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 04:08:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: astral-sh/setup-uv@e5d42a2b462a9a9ce47289ab6ee4de71dd1c8491 - uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
with: with:
python-version: 3.13 python-version: 3.13

View File

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