⬆️ Upgrades TasmoAdmin to v1.8.0 (#231)

This commit is contained in:
Malachi Soord 2022-02-28 08:58:21 +01:00 committed by GitHub
parent b217d596f3
commit c780dc00ba
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.34.1-r0 \
\
&& git clone --branch v1.7.0 --depth=1 \
&& git clone --branch v1.8.0 --depth=1 \
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
\
&& apk del --no-cache --purge .build-dependencies \