1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Ensure Dockerfile uses more modern pip verison, freeze it to 18.1 (#37)

* Ensure Dockerfile uses more modern pip verison, freeze it to 18.1

Signed-off-by: Michał Sochoń <kaszpir@gmail.com>

* Update Dockerfile

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Michał Sochoń
2018-11-05 10:50:32 -08:00
committed by Reinhard Nägele
parent b019038d46
commit 8e23ec2d74

View File

@@ -22,7 +22,8 @@ RUN apk --no-cache add \
openssh-client \
python \
py-crcmod \
py-pip
py-pip && \
pip install --upgrade pip==18.1
# Install YQ command line reader
ARG YQ_VERSION=2.7.0