Skip to content

Commit

Permalink
update python/pip
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato committed Jun 17, 2020
1 parent aa45c3c commit 4345b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN apk --no-cache add \
git \
libc6-compat \
openssh-client \
python \
python3 \
py-crcmod \
py-pip && \
pip install --upgrade pip==18.1
pip install --upgrade pip==20.1

# Install a YAML Linter
ARG YAML_LINT_VERSION=1.13.0
Expand Down

0 comments on commit 4345b2d

Please sign in to comment.