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