Skip to content

Commit 6a102c9

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.5
1 parent 8e43071 commit 6a102c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# We don't use alpine or -slim, because pandas is a pain to build on them.
88
FROM python:3.11@sha256:daa87d4d57b32a74ee9feb6c408b4d0c6020056272d01f356674ed320aeb8edf
99

10-
COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /uvx /bin/
10+
COPY --from=ghcr.io/astral-sh/uv:0.10.5@sha256:476133fa2aaddb4cbee003e3dc79a88d327a5dc7cb3179b7f02cabd8fdfbcc6e /uv /uvx /bin/
1111

1212
WORKDIR /app
1313
RUN useradd -m app && chown -R app: /app

0 commit comments

Comments
 (0)