⬆️ Upgrades TasmoAdmin to v1.7.0

This commit is contained in:
Franck Nijhof 2020-09-26 12:39:36 +02:00
parent 25fc8680e4
commit 4a620c41c9
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -20,7 +20,7 @@ RUN \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
git=2.26.2-r0 \ git=2.26.2-r0 \
\ \
&& git clone --branch v1.6.5 --depth=1 \ && git clone --branch v1.7.0 --depth=1 \
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
\ \
&& apk del --no-cache --purge .build-dependencies \ && apk del --no-cache --purge .build-dependencies \