Upgrades Grocy to v3.0.1 (#113)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
fsironman 2021-01-24 14:59:14 +01:00 committed by GitHub
parent b7d4de7d1e
commit 00dfc86026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@ RUN \
php7-tokenizer=7.4.14-r0 \
php7-fileinfo=7.4.14-r0 \
php7=7.4.14-r0 \
php7-ctype=7.4.14-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.30.0-r0 \
@ -29,7 +30,7 @@ RUN \
\
&& yarn global add modclean \
\
&& git clone --branch "v2.7.1" --depth=1 \
&& git clone --branch "v3.0.1" --depth=1 \
https://github.com/grocy/grocy.git /var/www/grocy \
\
&& cd /var/www/grocy \