From fe2a758e0595bda666932d3caf056830c554723e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 Jun 2019 12:29:53 +0200 Subject: [PATCH] :arrow_up: Upgrades Grocy to v2.4.2 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 2f59dab..0bc5176 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -27,7 +27,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.4.1" --depth=1 \ + && git clone --branch "v2.4.2" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \