Skip to content

Commit

Permalink
Bump versions (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: Ram <[email protected]>
  • Loading branch information
chukka authored Nov 27, 2020
1 parent a200dc5 commit 4625e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ RUN apk --no-cache add \
py3-pip \
py3-wheel \
python3 && \
pip install --upgrade pip==20.2.3
pip install --upgrade pip==20.2.4

# Install a YAML Linter
ARG yamllint_version=1.24.2
ARG yamllint_version=1.25.0
LABEL yamllint_version=$yamllint_version
RUN pip install "yamllint==$yamllint_version"

Expand All @@ -22,7 +22,7 @@ LABEL yamale_version=$yamale_version
RUN pip install "yamale==$yamale_version"

# Install kubectl
ARG kubectl_version=v1.19.2
ARG kubectl_version=v1.19.4
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 4625e88

Please sign in to comment.