mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
Update dependencies
This commit is contained in:
parent
7820782d37
commit
69d4c97a95
6 changed files with 25 additions and 25 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -10,29 +10,29 @@ ARG GROCY_VERSION="v4.0.3"
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
composer=2.6.5-r0 \
|
composer=2.6.6-r0 \
|
||||||
nginx=1.24.0-r7 \
|
nginx=1.24.0-r14 \
|
||||||
patch=2.7.6-r10 \
|
patch=2.7.6-r10 \
|
||||||
php81-ctype=8.1.26-r0 \
|
php82-ctype=8.2.13-r0 \
|
||||||
php81-exif=8.1.26-r0 \
|
php82-exif=8.2.13-r0 \
|
||||||
php81-fileinfo=8.1.26-r0 \
|
php82-fileinfo=8.2.13-r0 \
|
||||||
php81-fpm=8.1.26-r0 \
|
php82-fpm=8.2.13-r0 \
|
||||||
php81-gd=8.1.26-r0 \
|
php82-gd=8.2.13-r0 \
|
||||||
php81-iconv=8.1.26-r0 \
|
php82-iconv=8.2.13-r0 \
|
||||||
php81-intl=8.1.26-r0 \
|
php82-intl=8.2.13-r0 \
|
||||||
php81-ldap=8.1.26-r0 \
|
php82-ldap=8.2.13-r0 \
|
||||||
php81-mbstring=8.1.26-r0 \
|
php82-mbstring=8.2.13-r0 \
|
||||||
php81-opcache=8.1.26-r0 \
|
php82-opcache=8.2.13-r0 \
|
||||||
php81-pdo_sqlite=8.1.26-r0 \
|
php82-pdo_sqlite=8.2.13-r0 \
|
||||||
php81-pdo=8.1.26-r0 \
|
php82-pdo=8.2.13-r0 \
|
||||||
php81-simplexml=8.1.26-r0 \
|
php82-simplexml=8.2.13-r0 \
|
||||||
php81-tokenizer=8.1.26-r0 \
|
php82-tokenizer=8.2.13-r0 \
|
||||||
php81=8.1.26-r0 \
|
php82=8.2.13-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .build-dependencies \
|
&& apk add --no-cache --virtual .build-dependencies \
|
||||||
git=2.40.1-r0 \
|
git=2.43.0-r0 \
|
||||||
php81-openssl=8.1.26-r0 \
|
php82-openssl=8.2.13-r0 \
|
||||||
php81-phar=8.1.26-r0 \
|
php82-phar=8.2.13-r0 \
|
||||||
yarn=1.22.19-r0 \
|
yarn=1.22.19-r0 \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& yarn global add modclean \
|
||||||
|
|
|
@ -11,8 +11,8 @@ bashio::var.json \
|
||||||
port "^9002" \
|
port "^9002" \
|
||||||
base "$(bashio::addon.ingress_entry)" \
|
base "$(bashio::addon.ingress_entry)" \
|
||||||
| tempio \
|
| tempio \
|
||||||
-template /etc/php81/templates/php-fpm.gtpl \
|
-template /etc/php82/templates/php-fpm.gtpl \
|
||||||
-out /etc/php81/php-fpm.d/ingress.conf
|
-out /etc/php82/php-fpm.d/ingress.conf
|
||||||
|
|
||||||
# Generate direct access configuration, if enabled.
|
# Generate direct access configuration, if enabled.
|
||||||
if bashio::var.has_value "$(bashio::addon.port 80)"; then
|
if bashio::var.has_value "$(bashio::addon.port 80)"; then
|
||||||
|
@ -20,6 +20,6 @@ if bashio::var.has_value "$(bashio::addon.port 80)"; then
|
||||||
name "www" \
|
name "www" \
|
||||||
port "^9001" \
|
port "^9001" \
|
||||||
| tempio \
|
| tempio \
|
||||||
-template /etc/php81/templates/php-fpm.gtpl \
|
-template /etc/php82/templates/php-fpm.gtpl \
|
||||||
-out /etc/php81/php-fpm.d/www.conf
|
-out /etc/php82/php-fpm.d/www.conf
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue