From 0c8d0c3d8c9812e90b6eec8487d9fae7e669b455 Mon Sep 17 00:00:00 2001 From: Logan Edwards Date: Sun, 8 May 2022 06:59:39 -0400 Subject: [PATCH] update Dockerfile to pull 3.3. --- 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 \