@@ -21,7 +21,7 @@ $ docker run ghcr.io/astral-sh/uv --help
21
21
uv provides a distroless Docker image including the ` uv ` binary. The following tags are published:
22
22
23
23
- ` ghcr.io/astral-sh/uv:latest `
24
- - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.13 `
24
+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.14 `
25
25
- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.5 ` (the latest patch
26
26
version)
27
27
@@ -62,7 +62,7 @@ In addition, uv publishes the following images:
62
62
63
63
As with the distroless image, each image is published with uv version tags as
64
64
` ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base} ` and
65
- ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.13 -alpine ` .
65
+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.14 -alpine ` .
66
66
67
67
For more details, see the [ GitHub Container] ( https://github.com/astral-sh/uv/pkgs/container/uv )
68
68
page.
@@ -100,13 +100,13 @@ Note this requires `curl` to be available.
100
100
In either case, it is best practice to pin to a specific uv version, e.g., with:
101
101
102
102
``` dockerfile
103
- COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /uvx /bin/
103
+ COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/
104
104
```
105
105
106
106
Or, with the installer:
107
107
108
108
``` dockerfile
109
- ADD https://astral.sh/uv/0.5.13 /install.sh /uv-installer.sh
109
+ ADD https://astral.sh/uv/0.5.14 /install.sh /uv-installer.sh
110
110
```
111
111
112
112
### Installing a project
0 commit comments