Update Dockerfile

Upgrades Grocy to 3.2.0
This commit is contained in:
chpego 2022-02-16 01:42:34 +00:00 committed by GitHub
parent 2f4324ffa1
commit 7c027c168a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \