⬆️ Update dependencies

This commit is contained in:
Timmo 2019-07-28 13:50:20 +01:00
parent 874aab638f
commit e1d1c1c883

View file

@ -9,12 +9,12 @@ COPY rootfs /
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
git=2.20.1-r0 \ git=2.22.0-r0 \
yarn=1.12.3-r0 \ yarn=1.16.0-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
nginx=1.14.2-r1 \ nginx=1.16.0-r2 \
nodejs-current=11.3.0-r0 \ nodejs-current=12.4.0-r0 \
\ \
&& curl -J -L -o /tmp/panel.zip \ && curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v1.0.0/home-panel-built.zip" \ "https://github.com/timmo001/home-panel/releases/download/v1.0.0/home-panel-built.zip" \