From 0736c3b73b6d70168ce57a5e0e91f8af8f06485c Mon Sep 17 00:00:00 2001 From: Andreas Jacobsen Date: Sat, 1 Feb 2020 20:57:22 +0100 Subject: [PATCH] Update Grocy to 2.6.0 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index ca8d33a..af0a51c 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -29,7 +29,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.5.2" --depth=1 \ + && git clone --branch "v2.6.0" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \