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]>

update yaml lint to 1.21.0

Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato committed Aug 10, 2020
1 parent 847c34a commit e59fc4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ RUN apk --no-cache add \
git \
libc6-compat \
openssh-client \
python \
py-crcmod \
py-pip && \
python3 \
py3-crcmod \
py3-pip && \
pip install --upgrade pip==18.1

# Install a YAML Linter
ARG YAML_LINT_VERSION=1.13.0
ARG YAML_LINT_VERSION=1.21.0
RUN pip install "yamllint==$YAML_LINT_VERSION"

# Install Yamale YAML schema validator
Expand Down

0 comments on commit e59fc4b

Please sign in to comment.