diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 1729ac8..6120be6 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -26,7 +26,7 @@ RUN \ nodejs=18.14.2-r0 \ npm=9.1.2-r0 \ \ - && git clone --branch "v2.3.3" --depth=1 \ + && git clone --branch "v3.0.1" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \