⬆️ Upgrades TasmoAdmin to v1.6.5 (#92)

Release notes
---
v1.6.4 -  https://github.com/reloxx13/TasmoAdmin/releases/tag/v1.6.4
v1.6.5 - https://github.com/reloxx13/TasmoAdmin/releases/tag/v1.6.5
This commit is contained in:
Malachi Soord 2020-08-23 12:29:56 +02:00 committed by GitHub
parent 649ba291b0
commit af269f164f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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