⬆️ Upgrades TasmoAdmin to 1.5.2

This commit is contained in:
Franck Nijhof 2018-07-14 21:39:58 +02:00
parent f98be8ef4e
commit e151e1ee06
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 \
git=2.18.0-r0 \
\
&& git clone --branch v1.3.1 --depth=1 \
&& git clone --branch v1.5.2 --depth=1 \
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
\
&& apk del --purge .build-dependencies \