Skip to content

Commit

Permalink
Build images with ubuntu-20.04 and python-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 9, 2022
1 parent 5ae5377 commit f307980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
ARG PYTHON_VERSION=3.10

# Setup work directory for backward-compatibility
RUN mkdir "/home/${NB_USER}/work" && \
Expand Down
2 changes: 1 addition & 1 deletion tests/base-notebook/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tests.conftest import TrackedContainer

LOGGER = logging.getLogger(__name__)
EXPECTED_PYTHON_VERSION = "3.9"
EXPECTED_PYTHON_VERSION = "3.10"


def test_python_version(container: TrackedContainer) -> None:
Expand Down

0 comments on commit f307980

Please sign in to comment.