Skip to content

Commit a03198e

Browse files
committed
Use python 3.13
Signed-off-by: Federico Busetti <[email protected]>
1 parent 9805dd5 commit a03198e

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
1+
ARG PYTHON_VERSION=3.13
22
FROM python:$PYTHON_VERSION-slim AS base
33
ARG UID=2000
44
ARG GID=2000

0 commit comments

Comments
 (0)