Skip to content

Commit f9735d8

Browse files
author
Mengqi Yu
authored
update apk in docker (#435)
1 parent 7386ea4 commit f9735d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/ts/kubeval/build/kubeval.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:14.15-alpine3.13 as builder
22

33
ARG KUBEVAL_VERSION="v0.16.1"
4-
RUN apk add curl && \
4+
RUN apk update && apk add curl && \
55
curl -sSLf https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz | \
66
tar xzf - -C /usr/local/bin
77

0 commit comments

Comments
 (0)