diff --git a/grader-setup-service/Dockerfile b/grader-setup-service/Dockerfile index c512cc0..2fb4051 100644 --- a/grader-setup-service/Dockerfile +++ b/grader-setup-service/Dockerfile @@ -14,7 +14,7 @@ RUN python -m pip install --no-cache-dir --upgrade pip \ && pip install --no-cache-dir -r /tmp/requirements.txt # illumidesk package release -ARG ILLUMIDESK_VERSION=3.2.1 +ARG ILLUMIDESK_VERSION=3.2.2 # Application directory ENV APP_DIR=/illumidesk diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index 0320d8f..880ccaf 100644 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=jupyterhub/k8s-hub:0.11.1 +ARG BASE_IMAGE=jupyterhub/k8s-hub:0.11.1-n495.h232e257c FROM "${BASE_IMAGE}" USER root @@ -12,7 +12,7 @@ USER "${NB_UID}" ENV PATH="/home/${NB_USER}/.local/bin:${PATH}" -ARG ILLUMIDESK_VERSION=3.2.1 +ARG ILLUMIDESK_VERSION=3.2.2 # ensure pip is up to date RUN python3 -m pip install --no-cache-dir --upgrade pip diff --git a/jupyterhub/requirements.txt b/jupyterhub/requirements.txt index cfae8ad..85cb5fd 100644 --- a/jupyterhub/requirements.txt +++ b/jupyterhub/requirements.txt @@ -1,4 +1,3 @@ psycopg2-binary==2.8.6 python-dotenv==0.15.0 oauthenticator==0.13.0 -https://github.com/IllumiDesk/illumidesk/archive/v3.0.0.zip \ No newline at end of file