bump elk stack images to alpine 3.13

This commit is contained in:
t3chn0m4g3
2021-02-12 13:54:42 +00:00
parent e5f29f3c90
commit 80d9efa729
4 changed files with 10 additions and 11 deletions

View File

@ -7,8 +7,8 @@ ENV KB_VER=7.11.0
ADD dist/ /root/dist/
#
# Setup env and apt
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \
#RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
RUN apk -U --no-cache add \
aria2 \
curl \
gcompat && \