Skip to content

Commit f946f60

Browse files
committed
feat: Update tools to avoid vulnerabilities
1 parent 436984b commit f946f60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@ RUN set -eux \
2828
# Upgrade all tools to avoid vulnerabilities
2929
RUN set -x && apk upgrade --no-cache --available
3030

31+
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \
32+
&& echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
33+
&& apk add --update --upgrade --no-cache \
34+
curl libcurl jq
35+
3136
USER 1001
3237
ENTRYPOINT [ "kubectl" ]

0 commit comments

Comments
 (0)