Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
28bf3679de Update python:3.13-slim Docker digest to 4c2cf99 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-24 02:09:28 +00:00
renovate[bot]
cb8213aa74 Update astral-sh/setup-uv digest to e92bafb (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-23 23:07:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- uses: astral-sh/setup-uv@23482a31a88a7c77bb3f00e70b97338bc9ca49f6
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
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@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e
FROM python:3.13-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1