@@ -31,7 +31,7 @@ $ docker run --rm -it ghcr.io/astral-sh/uv:debian uv --help
3131The following distroless images are available:
3232
3333- ` ghcr.io/astral-sh/uv:latest `
34- - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.9.2 `
34+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.9.5 `
3535- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.8 ` (the latest patch
3636 version)
3737
@@ -95,7 +95,7 @@ And the following derived images are available:
9595
9696As with the distroless image, each derived image is published with uv version tags as
9797` ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base} ` and
98- ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.9.2 -alpine ` .
98+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.9.5 -alpine ` .
9999
100100In addition, starting with ` 0.8 ` each derived image also sets ` UV_TOOL_BIN_DIR ` to ` /usr/local/bin `
101101to allow ` uv tool install ` to work as expected with the default user.
@@ -136,7 +136,7 @@ Note this requires `curl` to be available.
136136In either case, it is best practice to pin to a specific uv version, e.g., with:
137137
138138``` dockerfile
139- COPY --from=ghcr.io/astral-sh/uv:0.9.2 /uv /uvx /bin/
139+ COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /uvx /bin/
140140```
141141
142142!!! tip
@@ -154,7 +154,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.2 /uv /uvx /bin/
154154Or, with the installer:
155155
156156``` dockerfile
157- ADD https://astral.sh/uv/0.9.2 /install.sh /uv-installer.sh
157+ ADD https://astral.sh/uv/0.9.5 /install.sh /uv-installer.sh
158158```
159159
160160### Installing a project
@@ -590,5 +590,5 @@ Verified OK
590590!!! tip
591591
592592 These examples use `latest`, but best practice is to verify the attestation for a specific
593- version tag, e.g., `ghcr.io/astral-sh/uv:0.9.2 `, or (even better) the specific image digest,
593+ version tag, e.g., `ghcr.io/astral-sh/uv:0.9.5 `, or (even better) the specific image digest,
594594 such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`.
0 commit comments