We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe179ff commit 6397475Copy full SHA for 6397475
Dockerfile
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
FROM scratch
5
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /bin/uv
6
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uvx /bin/uvx
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:476133fa2aaddb4cbee003e3dc79a88d327a5dc7cb3179b7f02cabd8fdfbcc6e /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:476133fa2aaddb4cbee003e3dc79a88d327a5dc7cb3179b7f02cabd8fdfbcc6e /uvx /bin/uvx
7
COPY install-packages /bin/install-packages
8
COPY install-bindep-packages /bin/install-bindep-packages
0 commit comments