From 60f71b5cb3c329c0c20a630b6485c5f9b4b5972b Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sun, 22 Sep 2019 18:10:16 +0200 Subject: [PATCH] :arrow_up: Upgrades Grocy to v2.5.0 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 6092823..791029a 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -28,7 +28,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.4.4" --depth=1 \ + && git clone --branch "v2.5.0" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \