⬆️ Upgrades TasmoAdmin to v1.1.0

This commit is contained in:
Franck Nijhof 2018-06-21 23:48:47 +02:00
parent 348db6a836
commit 2208703a28
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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