mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Upgrades Grocy to v3.0.1 (#113)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
b7d4de7d1e
commit
00dfc86026
2 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"panel_icon": "mdi:cart",
|
||||
"startup": "system",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||
"hassio_api": true,
|
||||
"map": ["ssl"],
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue