Skip to content

Commit

Permalink
Build images with ubuntu-22.04 and python-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 9, 2022
1 parent b867533 commit 7285848
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.7
ARG PYTHON_VERSION=3.8

# 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.7"
EXPECTED_PYTHON_VERSION = "3.8"


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

0 comments on commit 7285848

Please sign in to comment.