⬆️ Upgrades TasmoAdmin to v2.2.0 (#271)

This commit is contained in:
Franck Nijhof 2022-12-16 13:26:42 +01:00 committed by GitHub
parent 0d1cbdee5d
commit 056146b25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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