@@ -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.8.5 `
34+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.8.9 `
3535- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.8 ` (the latest patch
3636 version)
3737
@@ -75,7 +75,7 @@ And the following derived images are available:
7575
7676As with the distroless image, each derived image is published with uv version tags as
7777` ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base} ` and
78- ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.8.5 -alpine ` .
78+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.8.9 -alpine ` .
7979
8080In addition, starting with ` 0.8 ` each derived image also sets ` UV_TOOL_BIN_DIR ` to ` /usr/local/bin `
8181to allow ` uv tool install ` to work as expected with the default user.
@@ -116,7 +116,7 @@ Note this requires `curl` to be available.
116116In either case, it is best practice to pin to a specific uv version, e.g., with:
117117
118118``` dockerfile
119- COPY --from=ghcr.io/astral-sh/uv:0.8.5 /uv /uvx /bin/
119+ COPY --from=ghcr.io/astral-sh/uv:0.8.9 /uv /uvx /bin/
120120```
121121
122122!!! tip
@@ -134,7 +134,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.8.5 /uv /uvx /bin/
134134Or, with the installer:
135135
136136``` dockerfile
137- ADD https://astral.sh/uv/0.8.5 /install.sh /uv-installer.sh
137+ ADD https://astral.sh/uv/0.8.9 /install.sh /uv-installer.sh
138138```
139139
140140### Installing a project
@@ -560,5 +560,5 @@ Verified OK
560560!!! tip
561561
562562 These examples use `latest`, but best practice is to verify the attestation for a specific
563- version tag, e.g., `ghcr.io/astral-sh/uv:0.8.5 `, or (even better) the specific image digest,
563+ version tag, e.g., `ghcr.io/astral-sh/uv:0.8.9 `, or (even better) the specific image digest,
564564 such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`.
0 commit comments