From e2d2c91d1cd79d550be0e62aa4b0539de1ad3728 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 10 Jun 2022 22:46:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Grocy=20to=203.?= =?UTF-8?q?3.1=20(#302)?= 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 9b857ff..c989269 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -36,7 +36,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.3.0" --depth=1 \ + && git clone --branch "v3.3.1" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \