⬆️ Upgrades Grocy to 3.1.1 (#229)

This commit is contained in:
Franck Nijhof 2021-09-27 13:50:06 +02:00 committed by GitHub
parent 09cced047f
commit a5027fa0d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ RUN \
\ \
&& yarn global add modclean \ && yarn global add modclean \
\ \
&& git clone --branch "v3.1.0" --depth=1 \ && git clone --branch "v3.1.1" --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 \