mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +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-tokenizer=7.4.14-r0 \
|
||||||
php7-fileinfo=7.4.14-r0 \
|
php7-fileinfo=7.4.14-r0 \
|
||||||
php7=7.4.14-r0 \
|
php7=7.4.14-r0 \
|
||||||
|
php7-ctype=7.4.14-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .build-dependencies \
|
&& apk add --no-cache --virtual .build-dependencies \
|
||||||
git=2.30.0-r0 \
|
git=2.30.0-r0 \
|
||||||
|
@ -29,7 +30,7 @@ RUN \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& 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 \
|
https://github.com/grocy/grocy.git /var/www/grocy \
|
||||||
\
|
\
|
||||||
&& cd /var/www/grocy \
|
&& cd /var/www/grocy \
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"panel_icon": "mdi:cart",
|
"panel_icon": "mdi:cart",
|
||||||
"startup": "system",
|
"startup": "system",
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
|
"hassio_api": true,
|
||||||
"map": ["ssl"],
|
"map": ["ssl"],
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue