File tree Expand file tree Collapse file tree 9 files changed +14
-17
lines changed Expand file tree Collapse file tree 9 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ RUN python3 -m pip install --upgrade \
3939 # https://github.com/advisories/GHSA-r726-vmfq-j9j3
4040 jupyter_server==2.7.2 \
4141 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
42- urllib3==1.26.17 \
43- # https://github.com/advisories/GHSA-94vc-p8w7-5p49
44- imagecodecs==2023.9.18
42+ urllib3==1.26.17
4543
4644# Reset and copy updated files with updated privs to keep image size down
4745FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change 66 "integrity" : " sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
77 },
88 "ghcr.io/devcontainers/features/node:1" : {
9- "version" : " 1.3.0 " ,
10- "resolved" : " ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 " ,
11- "integrity" : " sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 "
9+ "version" : " 1.3.1 " ,
10+ "resolved" : " ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a " ,
11+ "integrity" : " sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a "
1212 }
1313 }
1414}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.204.4 " ,
2+ "version" : " 0.204.5 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ checkPythonPackageVersion "mpmath" "1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.8.5"
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
4848checkPythonPackageVersion " urllib3" " 1.26.17"
49- checkPythonPackageVersion " imagecodecs" " 2023.9.18"
5049
5150# The `tornado` package doesn't have the `__version__` attribute so we can use the `version` attribute.
5251tornado_version=$( python -c " import tornado; print(tornado.version)" )
Original file line number Diff line number Diff line change 1111 "integrity" : " sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
1212 },
1313 "ghcr.io/devcontainers/features/node:1" : {
14- "version" : " 1.3.0 " ,
15- "resolved" : " ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 " ,
16- "integrity" : " sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 "
14+ "version" : " 1.3.1 " ,
15+ "resolved" : " ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a " ,
16+ "integrity" : " sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a "
1717 }
1818 }
1919}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.204.14 " ,
2+ "version" : " 1.0.0 " ,
33 "variants" : [
44 " 7.0-bookworm-slim" ,
55 " 7.0-bullseye-slim" ,
Original file line number Diff line number Diff line change 66 "integrity" : " sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
77 },
88 "ghcr.io/devcontainers/features/node:1" : {
9- "version" : " 1.3.0 " ,
10- "resolved" : " ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 " ,
11- "integrity" : " sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45 "
9+ "version" : " 1.3.1 " ,
10+ "resolved" : " ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a " ,
11+ "integrity" : " sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a "
1212 },
1313 "ghcr.io/devcontainers/features/python:1" : {
1414 "version" : " 1.2.1" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.203.1 " ,
2+ "version" : " 0.203.2 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.5.7 " ,
2+ "version" : " 2.5.8 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
You can’t perform that action at this time.
0 commit comments