diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 45d29fa..b4ac76f 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -26,7 +26,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v1.24.1" --depth=1 \ + && git clone --branch "master" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \