From 193d1d513c3c23962e3c7811212c01b3f5064d0e Mon Sep 17 00:00:00 2001 From: Logan Edwards Date: Thu, 9 Jun 2022 05:02:49 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Grocy=20to=203.?= =?UTF-8?q?3.0=20(#297)?= 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 04c9ed5..e3ff5ad 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -36,7 +36,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.2.0" --depth=1 \ + && git clone --branch "v3.3.0" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \