Upgrades Grocy to 3.1.3 (#262)

This commit is contained in:
MaoZ1993 2021-12-09 21:49:44 +11:00 committed by GitHub
parent f7f53dd357
commit 0cba10e9be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ RUN \
\ \
&& yarn global add modclean \ && 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 \ https://github.com/grocy/grocy.git /var/www/grocy \
\ \
&& cd /var/www/grocy \ && cd /var/www/grocy \