Skip to content

Commit 8245d3e

Browse files
authored
Update UV installation source to bookworm-slim
1 parent a82f64e commit 8245d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk update && \
1616
rm -rf /var/cache/apk/*
1717

1818
## Install `uv` for fast package management
19-
COPY --from=ghcr.io/astral-sh/uv:python3.10-12-alpine /uv /uvx /bin/
19+
COPY --from=ghcr.io/astral-sh/uv:python3.10-bookworm-slim /uv /uvx /bin/
2020
RUN uv venv ${VIRTUAL_ENV}
2121

2222
## Set the PATH to use the virtual environment

0 commit comments

Comments
 (0)