diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index ff23ba9..675bf22 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -20,7 +20,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.22.0-r0 \ \ - && git clone --branch v1.6.1-beta1 --depth=1 \ + && git clone --branch v1.6.1-beta3 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --purge .build-dependencies \