@@ -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.6.10 `
34+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.11 `
3535- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.6 ` (the latest patch
3636 version)
3737
@@ -72,7 +72,7 @@ And the following derived images are available:
7272
7373As with the distroless image, each derived image is published with uv version tags as
7474` ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base} ` and
75- ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.10 -alpine ` .
75+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.11 -alpine ` .
7676
7777For more details, see the [ GitHub Container] ( https://github.com/astral-sh/uv/pkgs/container/uv )
7878page.
@@ -110,7 +110,7 @@ Note this requires `curl` to be available.
110110In either case, it is best practice to pin to a specific uv version, e.g., with:
111111
112112``` dockerfile
113- COPY --from=ghcr.io/astral-sh/uv:0.6.10 /uv /uvx /bin/
113+ COPY --from=ghcr.io/astral-sh/uv:0.6.11 /uv /uvx /bin/
114114```
115115
116116!!! tip
@@ -128,7 +128,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.6.10 /uv /uvx /bin/
128128Or, with the installer:
129129
130130``` dockerfile
131- ADD https://astral.sh/uv/0.6.10 /install.sh /uv-installer.sh
131+ ADD https://astral.sh/uv/0.6.11 /install.sh /uv-installer.sh
132132```
133133
134134### Installing a project
@@ -554,5 +554,5 @@ Verified OK
554554!!! tip
555555
556556 These examples use `latest`, but best practice is to verify the attestation for a specific
557- version tag, e.g., `ghcr.io/astral-sh/uv:0.6.10 `, or (even better) the specific image digest,
557+ version tag, e.g., `ghcr.io/astral-sh/uv:0.6.11 `, or (even better) the specific image digest,
558558 such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`.
0 commit comments