⬆️ Upgrades TasmoAdmin to v2.1.1 (#262)

This commit is contained in:
Malachi Soord 2022-10-10 22:40:03 +02:00 committed by GitHub
parent 69724d6ecd
commit 5af0da0763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ RUN \
nodejs=16.17.1-r0 \
npm=8.10.0-r0 \
\
&& git clone --branch "v2.1.0" --depth=1 \
&& git clone --branch "v2.1.1" --depth=1 \
"https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \
\
&& cd /var/www/tasmoadmin/tasmoadmin \