Update container image to address vulnerabilities #999
Labels
build
Improvements or additions to the build process
CI/CD
Improvements or additions to the CI & deployment process
dependencies
Pull requests that update a dependency file
task
An actionable item of work
GSL's Sysdig scanner noticed a few issues with the Debian-provided versions of
pip
,wheel
,setuptools
, andnumpy
that are included with the image. Make sure we update those and switch to installing our Python application dependencies withpip
instead ofapt
.We originally installed our Python dependencies with
apk
instead ofpip
as that was easier in Alpine Linux'smusl
-based environment. However, we're now on a Debian-based image sopip
-based installs should be very well supported.The text was updated successfully, but these errors were encountered: