Skip to content

Commit

Permalink
chore(kubeval): bump version to 0.15.0 and update kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Oct 9, 2020
1 parent 284e631 commit 5a23aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubeval/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine

ENV version=0.14.0
ENV version=0.15.0

ENV KUBEVAL_VERSION=${version} \
KUBECTL_VERSION=1.16.2
KUBECTL_VERSION=1.19.2

RUN apk add --no-cache git && \
wget https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz && \
Expand Down

0 comments on commit 5a23aaa

Please sign in to comment.