@@ -31,7 +31,7 @@ $ docker run --rm -it ghcr.io/astral-sh/uv:debian uv --help
31
31
The following distroless images are available:
32
32
33
33
- ` ghcr.io/astral-sh/uv:latest `
34
- - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.5 `
34
+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.6 `
35
35
- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.6 ` (the latest patch
36
36
version)
37
37
@@ -72,7 +72,7 @@ And the following derived images are available:
72
72
73
73
As with the distroless image, each derived image is published with uv version tags as
74
74
` 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.5 -alpine ` .
75
+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.6.6 -alpine ` .
76
76
77
77
For more details, see the [ GitHub Container] ( https://github.com/astral-sh/uv/pkgs/container/uv )
78
78
page.
@@ -110,7 +110,7 @@ Note this requires `curl` to be available.
110
110
In either case, it is best practice to pin to a specific uv version, e.g., with:
111
111
112
112
``` dockerfile
113
- COPY --from=ghcr.io/astral-sh/uv:0.6.5 /uv /uvx /bin/
113
+ COPY --from=ghcr.io/astral-sh/uv:0.6.6 /uv /uvx /bin/
114
114
```
115
115
116
116
!!! tip
@@ -128,7 +128,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.6.5 /uv /uvx /bin/
128
128
Or, with the installer:
129
129
130
130
``` dockerfile
131
- ADD https://astral.sh/uv/0.6.5 /install.sh /uv-installer.sh
131
+ ADD https://astral.sh/uv/0.6.6 /install.sh /uv-installer.sh
132
132
```
133
133
134
134
### Installing a project
@@ -554,5 +554,5 @@ Verified OK
554
554
!!! tip
555
555
556
556
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.5 `, or (even better) the specific image digest,
557
+ version tag, e.g., `ghcr.io/astral-sh/uv:0.6.6 `, or (even better) the specific image digest,
558
558
such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`.
0 commit comments