Bump Python 3.9 → 3.10

This commit is contained in:
Ben Mares
2022-05-26 15:30:14 +02:00
committed by GitHub
parent 139254225e
commit 46c41283ba

View File

@@ -85,7 +85,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
USER ${NB_UID} USER ${NB_UID}
# Pin python version here, or set it to "default" # Pin python version here, or set it to "default"
ARG PYTHON_VERSION=3.9 ARG PYTHON_VERSION=3.10
# Setup work directory for backward-compatibility # Setup work directory for backward-compatibility
RUN mkdir "/home/${NB_USER}/work" && \ RUN mkdir "/home/${NB_USER}/work" && \