File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1
55
66# Temporary: Upgrade python packages due to mentioned CVEs
77# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
8- RUN conda install \
9- # https://github.com/advisories/GHSA-gfw2-4jvh-wgfg
10- aiohttp=3.8.6 \
8+ RUN conda install \
9+ # https://github.com/advisories/GHSA-q3qx-c6g2-7pw2
10+ aiohttp=3.9.0 \
1111 # https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
1212 pillow=10.0.1 \
1313 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ checkPythonPackageVersion "requests" "2.31.0"
4343checkPythonPackageVersion " cryptography" " 41.0.3"
4444checkPythonPackageVersion " transformers" " 4.30.0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
46- checkPythonPackageVersion " aiohttp" " 3.8.6 "
46+ checkPythonPackageVersion " aiohttp" " 3.9.0 "
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
4848checkPythonPackageVersion " tornado" " 6.3.3"
4949
@@ -52,7 +52,7 @@ checkCondaPackageVersion "cryptography" "41.0.3"
5252checkCondaPackageVersion " requests" " 2.31.0"
5353checkCondaPackageVersion " pygments" " 2.15.1"
5454checkCondaPackageVersion " mpmath" " 1.3.0"
55- checkCondaPackageVersion " aiohttp" " 3.8.6 "
55+ checkCondaPackageVersion " aiohttp" " 3.9.0 "
5656checkCondaPackageVersion " pillow" " 10.0.1"
5757checkCondaPackageVersion " urllib3" " 1.26.17"
5858
You can’t perform that action at this time.
0 commit comments