We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7386ea4 commit f9735d8Copy full SHA for f9735d8
functions/ts/kubeval/build/kubeval.Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:14.15-alpine3.13 as builder
2
3
ARG KUBEVAL_VERSION="v0.16.1"
4
-RUN apk add curl && \
+RUN apk update && apk add curl && \
5
curl -sSLf https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz | \
6
tar xzf - -C /usr/local/bin
7
0 commit comments