Build images with ubuntu-22.04 and python-3.8

This commit is contained in:
Ayaz Salikhov
2022-10-09 23:04:42 +04:00
parent b86753318a
commit 7285848c0a
2 changed files with 2 additions and 2 deletions

View File

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