This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 uses : chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
2222
2323 - name : Set up Docker Buildx
24- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
24+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
2525
2626 - name : Build the `test` target stage of the image
27- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
27+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
2828 id : docker
2929 with :
3030 push : false
Original file line number Diff line number Diff line change 11FROM python:3.13-slim@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed AS base
22
33# Install uv
4- COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0ac957607303916420297a4c9c213bb33fbd3c888f9cd7f4f7273596ebf42b85 /uv /uvx /bin/
4+ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0178a92d156b6f6dbe60e3b52b33b421021f46d634aa9f81f42b91445bb81cdf /uv /uvx /bin/
55
66# Inherited by all stages and persisted in the final image
77ENV APP_DIR=/app
You can’t perform that action at this time.
0 commit comments