Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
962c369b88 Update python:3.13-slim Docker digest to 27f90d7 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 18:31:07 +00:00
renovate[bot]
87ed08d250 Update docker/setup-buildx-action digest to 4cc794f (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 13:16:37 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
with: with:
platforms: all platforms: all
- uses: docker/setup-buildx-action@af1b253b8dc984466d22633f04ef341c1520ed2f - uses: docker/setup-buildx-action@4cc794f83e4b7488282e879f4469e86246e52ddd
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
with: with:

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:4d55aff3915a8622fdb8e6ab3645992de771bd97c3dd1279860cd5e18bcd7582 FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1