Skip to content

Commit 6468aa6

Browse files
authored
Update dockerfile to python3.12 (#517)
update to python 3.12
1 parent c93f77b commit 6468aa6

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
@@ -7,7 +7,7 @@ ARG NB_USER=notebook-user
77
ARG NB_UID=1000
88
ARG PIP_VERSION
99
ARG PIPELINE_PACKAGE
10-
ARG PYTHON_VERSION="3.11"
10+
ARG PYTHON_VERSION="3.12"
1111

1212
# Set up environment
1313
ENV PYTHON python${PYTHON_VERSION}

0 commit comments

Comments
 (0)