From 74a3d2d9ec2baaa5c57ea5a962c82f6b0b0d4402 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 18 May 2020 10:21:52 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20Grocy=20to=20v2.7.1=20(#86?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index d8c82f9..9aeece6 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -29,7 +29,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v2.6.1" --depth=1 \ + && git clone --branch "v2.7.1" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \