From 7c027c168af23e6d55b0c7dd7e2c10479bff841a Mon Sep 17 00:00:00 2001 From: chpego <38792705+chpego@users.noreply.github.com> Date: Wed, 16 Feb 2022 01:42:34 +0000 Subject: [PATCH] Update Dockerfile Upgrades Grocy to 3.2.0 --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 0740360..39499ac 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -40,7 +40,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.1.3" --depth=1 \ + && git clone --branch "v3.2.0" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \