Skip to content

Commit 5a23aaa

Browse files
committed
chore(kubeval): bump version to 0.15.0 and update kubectl
1 parent 284e631 commit 5a23aaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubeval/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM alpine
22

3-
ENV version=0.14.0
3+
ENV version=0.15.0
44

55
ENV KUBEVAL_VERSION=${version} \
6-
KUBECTL_VERSION=1.16.2
6+
KUBECTL_VERSION=1.19.2
77

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

0 commit comments

Comments
 (0)