@@ -21,7 +21,7 @@ $ docker run ghcr.io/astral-sh/uv --help
2121uv provides a distroless Docker image including the ` uv ` binary. The following tags are published:
2222
2323- ` ghcr.io/astral-sh/uv:latest `
24- - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.10 `
24+ - ` ghcr.io/astral-sh/uv:{major}.{minor}.{patch} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.11 `
2525- ` ghcr.io/astral-sh/uv:{major}.{minor} ` , e.g., ` ghcr.io/astral-sh/uv:0.5 ` (the latest patch
2626 version)
2727
@@ -62,7 +62,7 @@ In addition, uv publishes the following images:
6262
6363As with the distroless image, each image is published with uv version tags as
6464` 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.10 -alpine ` .
65+ ` ghcr.io/astral-sh/uv:{major}.{minor}-{base} ` , e.g., ` ghcr.io/astral-sh/uv:0.5.11 -alpine ` .
6666
6767For more details, see the [ GitHub Container] ( https://github.com/astral-sh/uv/pkgs/container/uv )
6868page.
@@ -100,13 +100,13 @@ Note this requires `curl` to be available.
100100In either case, it is best practice to pin to a specific uv version, e.g., with:
101101
102102``` dockerfile
103- COPY --from=ghcr.io/astral-sh/uv:0.5.10 /uv /uvx /bin/
103+ COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
104104```
105105
106106Or, with the installer:
107107
108108``` dockerfile
109- ADD https://astral.sh/uv/0.5.10 /install.sh /uv-installer.sh
109+ ADD https://astral.sh/uv/0.5.11 /install.sh /uv-installer.sh
110110```
111111
112112### Installing a project
0 commit comments