Update container image to address vulnerabilities #128
Labels
component: build process
Build process issue
component: CI/CD
Continuous integration and deployment issues
type: enhancement
Improve something that it is currently doing
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: