We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e43071 commit 6a102c9Copy full SHA for 6a102c9
Dockerfile
@@ -7,7 +7,7 @@
7
# We don't use alpine or -slim, because pandas is a pain to build on them.
8
FROM python:3.11@sha256:daa87d4d57b32a74ee9feb6c408b4d0c6020056272d01f356674ed320aeb8edf
9
10
-COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.10.5@sha256:476133fa2aaddb4cbee003e3dc79a88d327a5dc7cb3179b7f02cabd8fdfbcc6e /uv /uvx /bin/
11
12
WORKDIR /app
13
RUN useradd -m app && chown -R app: /app
0 commit comments