Skip to content

Commit baf7e2e

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.9 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8436b77 commit baf7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN /root/terminal-config/ensure-user-terminal-config.sh && \
4545

4646
# Install uv using the official image
4747
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
48-
COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /uvx /bin/
48+
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /uvx /bin/
4949

5050
# We recommend mounting in a cache for uv, so silence warnings about it being on a different volume
5151
# and cache python interpreter downloads in the same directory

0 commit comments

Comments
 (0)