Skip to content

Commit bd48e67

Browse files
committed
update default python version in docker build to 3.12
1 parent 925a08a commit bd48e67

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,5 +1,5 @@
11

2-
ARG PYTHON_VERSION=3.9
2+
ARG PYTHON_VERSION=3.12
33

44
FROM python:${PYTHON_VERSION}-bullseye
55

0 commit comments

Comments
 (0)