Skip to content

Commit 51b062a

Browse files
authored
Upgrade to Debian 13 "Trixie" (#213)
* Debian 13 Trixie * Astral * Update base image to Python 3.12
1 parent 62e6931 commit 51b062a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# To kill the background container, run `docker kill $(docker ps -lq)`
1010

11-
# Use Asteal's uv Debian Bookworm Slim Python 3.12 base image
12-
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
11+
# Use Astral's uv Debian Trixie Slim Python 3.12 base image
12+
FROM ghcr.io/astral-sh/uv:python3.12-trixie-slim
1313

1414
RUN apt-get update && apt-get install -y build-essential
1515

0 commit comments

Comments
 (0)