File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ RUN python3 -m pip install --upgrade \
35
35
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
36
36
transformers==4.36.0 \
37
37
# https://github.com/advisories/GHSA-3f63-hfp8-52jq
38
- pillow==10.2.0
38
+ pillow==10.2.0 \
39
+ # https://github.com/advisories/GHSA-44cc-43rp-5947
40
+ jupyterlab==4.0.11
39
41
40
42
# Reset and copy updated files with updated privs to keep image size down
41
43
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ checkPythonPackageVersion "jupyter_server" "2.7.2"
48
48
checkPythonPackageVersion " tornado" " 6.3.3"
49
49
checkPythonPackageVersion " pyarrow" " 14.0.1"
50
50
checkPythonPackageVersion " pillow" " 10.2.0"
51
+ checkPythonPackageVersion " jupyterlab" " 4.0.11"
51
52
52
53
checkCondaPackageVersion " pyopenssl" " 23.2.0"
53
54
checkCondaPackageVersion " cryptography" " 41.0.7"
You can’t perform that action at this time.
0 commit comments