From ad5c93a0e26c286df9772ca8c57aa35dfb24a73c Mon Sep 17 00:00:00 2001 From: Federico Ariel Castagnini Date: Thu, 11 Nov 2021 06:09:13 -0800 Subject: [PATCH] Upgrades Grocy to 3.1.2 (#248) --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 6c2f88c..827f0d2 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -39,7 +39,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.1.1" --depth=1 \ + && git clone --branch "v3.1.2" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \