We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82f64e commit 8245d3eCopy full SHA for 8245d3e
1 file changed
Docker/Dockerfile
@@ -16,7 +16,7 @@ RUN apk update && \
16
rm -rf /var/cache/apk/*
17
18
## Install `uv` for fast package management
19
-COPY --from=ghcr.io/astral-sh/uv:python3.10-12-alpine /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:python3.10-bookworm-slim /uv /uvx /bin/
20
RUN uv venv ${VIRTUAL_ENV}
21
22
## Set the PATH to use the virtual environment
0 commit comments