From bc1f6584b5e42543613b8949d9ea5b4ecd57c7fd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 7 Jul 2019 21:57:31 +0200 Subject: [PATCH] :arrow_up: Upgrades Grocy to v2.4.4 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 08d8a12..aa4b795 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -27,7 +27,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.4.3" --depth=1 \ + && git clone --branch "v2.4.4" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \