Skip to content

Commit

Permalink
chore: upgrade Checkov Dockerfile packages (#6939)
Browse files Browse the repository at this point in the history
upgrade Dockerfile, to remove vulnerabilities

Co-authored-by: Adam Varsano <avarsano@paloaltonetworks.com>
  • Loading branch information
AdamDev and Adam Varsano authored Jan 7, 2025
1 parent 85dc504 commit cee7797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ ENV RUN_IN_DOCKER=True

RUN set -eux; \
apt-get update; \
apt-get -y --no-install-recommends upgrade; \
apt-get -y upgrade; \
apt-get install -y --no-install-recommends \
ca-certificates \
git \
curl \
openssh-client \
; \
\
pip install setuptools==70 urllib3==2.2.2; \
curl -sSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3; \
chmod 700 get_helm.sh; \
VERIFY_CHECKSUM=true ./get_helm.sh; \
Expand Down

0 comments on commit cee7797

Please sign in to comment.