Skip to content

Commit

Permalink
Merge pull request #7 from mxab/snyk-fix-26f4856ee75100870adf64a6bad1…
Browse files Browse the repository at this point in the history
…bb7a

[Snyk] Security upgrade jupyterhub/jupyterhub from 4.0.2 to 4.1
  • Loading branch information
mxab authored Mar 21, 2024
2 parents e1ef305 + 4af2724 commit d973b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN poetry build -f wheel



FROM jupyterhub/jupyterhub:4.0.2 AS jupyterhub
FROM jupyterhub/jupyterhub:4.1 AS jupyterhub
RUN apt update && apt upgrade -y
RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install --upgrade pip
RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip -v install oauthenticator
Expand Down

0 comments on commit d973b01

Please sign in to comment.