Skip to content

Commit

Permalink
Bump versions (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka authored Sep 8, 2020
1 parent dda8958 commit 621bece
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 @@ -16,12 +16,12 @@ LABEL yamllint_version=$yamllint_version
RUN pip install "yamllint==$yamllint_version"

# Install Yamale YAML schema validator
ARG yamale_version=3.0.2
ARG yamale_version=3.0.4
LABEL yamale_version=$yamale_version
RUN pip install "yamale==$yamale_version"

# Install kubectl
ARG kubectl_version=v1.18.6
ARG kubectl_version=v1.19.0
LABEL kubectl_version=$kubectl_version
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl_version/bin/linux/amd64/kubectl" && \
chmod +x kubectl && \
Expand Down

0 comments on commit 621bece

Please sign in to comment.