Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 4dbbefd

Browse files
Update all non-major updates
1 parent 29a665a commit 4dbbefd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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
77
ENV APP_DIR=/app

0 commit comments

Comments
 (0)