diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 1473f5e..2e25831 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -25,7 +25,7 @@ RUN \ nodejs=16.17.1-r0 \ npm=8.10.0-r0 \ \ - && git clone --branch "v2.0.0" --depth=1 \ + && git clone --branch "v2.1.0" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \