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