From ad9aaa255fec30209eeadad1c8e40fb1164bddec Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 27 Sep 2021 13:43:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Grocy=20to=203.?= =?UTF-8?q?1.1?= 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 3ba01d8..b8e93eb 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -39,7 +39,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.1.0" --depth=1 \ + && git clone --branch "v3.1.1" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \