Skip to content

Commit d42680f

Browse files
committed
Update Dockerfile to Python 3.13
1 parent f48f26c commit d42680f

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
@@ -1,4 +1,4 @@
1-
ARG python_version=3.12-slim
1+
ARG python_version=3.13-slim
22

33
FROM python:$python_version AS builder
44
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/

0 commit comments

Comments
 (0)