From 4ec0cae0bd358d8becd9b8efc5a40b6bc0ef832d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 28 Sep 2019 14:19:35 +0200 Subject: [PATCH] :arrow_up: Upgrades Grocy to v2.5.1 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 4585670..9214fea 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -29,7 +29,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.5.0" --depth=1 \ + && git clone --branch "v2.5.1" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \