Bump to v0.4.0 (#6764)

This commit is contained in:
Charlie Marsh
2024-08-28 13:29:16 -04:00
committed by GitHub
parent 9f0346592f
commit d9bd3bc7a5
9 changed files with 66 additions and 15 deletions
+2 -2
View File
@@ -48,13 +48,13 @@ Note this requires `curl` to be available.
In either case, it is best practice to pin to a specific uv version, e.g., with:
```dockerfile
COPY --from=ghcr.io/astral-sh/uv:0.3.5 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.0 /uv /bin/uv
```
Or, with the installer:
```dockerfile
ADD https://astral.sh/uv/0.3.5/install.sh /uv-installer.sh
ADD https://astral.sh/uv/0.4.0/install.sh /uv-installer.sh
```
### Installing a project