We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e6931 commit 51b062aCopy full SHA for 51b062a
1 file changed
Dockerfile
@@ -8,8 +8,8 @@
8
9
# To kill the background container, run `docker kill $(docker ps -lq)`
10
11
-# Use Asteal's uv Debian Bookworm Slim Python 3.12 base image
12
-FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
+# Use Astral's uv Debian Trixie Slim Python 3.12 base image
+FROM ghcr.io/astral-sh/uv:python3.12-trixie-slim
13
14
RUN apt-get update && apt-get install -y build-essential
15
0 commit comments