We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e194f3e commit 8dcf5daCopy full SHA for 8dcf5da
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ ARG VAULT_VERSION=2.0.0 # renovate: packageName=hashicorp/vault datasource=gith
26
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
27
28
# Install uv and uvx from the OCI image
29
-COPY --from=ghcr.io/astral-sh/uv:0.11.11@sha256:798712e57f879c5393777cbda2bb309b29fcdeb0532129d4b1c3125c5385975a \
+COPY --from=ghcr.io/astral-sh/uv:0.11.12@sha256:3a59a3cdd5f7c217faa36e32dbc7fddbb0412889c2a0a5229f6d790e5a019dd7 \
30
/uv /uvx \
31
/rootfs/usr/local/bin/
32
0 commit comments