From 0cba10e9befc4d15a0339f7bc68cf8ac479b8bcc Mon Sep 17 00:00:00 2001 From: MaoZ1993 <35769176+MaoZ1993@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:49:44 +1100 Subject: [PATCH] Upgrades Grocy to 3.1.3 (#262) --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 8a27573..f076d20 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -40,7 +40,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.1.2" --depth=1 \ + && git clone --branch "v3.1.3" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \