diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index f4c19d7..36a26c2 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -20,7 +20,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.26.2-r0 \ \ - && git clone --branch v1.6.5 --depth=1 \ + && git clone --branch v1.7.0 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --no-cache --purge .build-dependencies \