Skip to content

Commit e1ef305

Browse files
authored
Merge pull request #5 from mxab/snyk-fix-0308280073c0ca42810b53524fb762cf
[Snyk] Security upgrade jupyterhub/jupyterhub from 4.0.1 to 4.0.2
2 parents e91f521 + c5e8060 commit e1ef305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN poetry build -f wheel
2222

2323

2424

25-
FROM jupyterhub/jupyterhub:4.0.1 AS jupyterhub
25+
FROM jupyterhub/jupyterhub:4.0.2 AS jupyterhub
2626
RUN apt update && apt upgrade -y
2727
RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install --upgrade pip
2828
RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip -v install oauthenticator

0 commit comments

Comments
 (0)