⬆️ Upgrades TasmoAdmin to 1.5.3

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