Skip to content

Commit

Permalink
Bump versions (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Ram <[email protected]>
  • Loading branch information
chukka authored Sep 23, 2020
1 parent b3899d2 commit 0c81a7c
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 @@ -8,7 +8,7 @@ RUN apk --no-cache add \
py3-pip \
py3-wheel \
python3 && \
pip install --upgrade pip==20.2.2
pip install --upgrade pip==20.2.3

# Install a YAML Linter
ARG yamllint_version=1.24.2
Expand All @@ -21,14 +21,14 @@ LABEL yamale_version=$yamale_version
RUN pip install "yamale==$yamale_version"

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

# Install Helm
ARG helm_version=v3.3.1
ARG helm_version=v3.3.4
LABEL helm_version=$helm_version
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
mkdir -p "/usr/local/helm-$helm_version" && \
Expand Down

0 comments on commit 0c81a7c

Please sign in to comment.