Skip to content

Commit

Permalink
build(docker): update pip dependencies to cover vulnerabilities (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Mar 19, 2024
1 parent f711b7c commit a62aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
USER root

RUN apt-get update && apt-get -y install curl python3 groff less jq python3-pip && \
pip3 install --upgrade pip && \
pip3 install --upgrade pip setuptools wheel && \
pip3 install --upgrade awscli && \
apt-get clean

Expand Down

0 comments on commit a62aa6f

Please sign in to comment.