mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +00:00
⬆️ Upgrades add-on base image to 12.2.3 (#311)
This commit is contained in:
parent
048b37a3de
commit
0471152603
2 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -12,26 +12,26 @@ RUN \
|
||||||
composer=2.3.10-r0 \
|
composer=2.3.10-r0 \
|
||||||
nginx=1.22.0-r1 \
|
nginx=1.22.0-r1 \
|
||||||
patch=2.7.6-r7 \
|
patch=2.7.6-r7 \
|
||||||
php8-ctype=8.0.21-r0 \
|
php8-ctype=8.0.22-r0 \
|
||||||
php8-exif=8.0.21-r0 \
|
php8-exif=8.0.22-r0 \
|
||||||
php8-fileinfo=8.0.21-r0 \
|
php8-fileinfo=8.0.22-r0 \
|
||||||
php8-fpm=8.0.21-r0 \
|
php8-fpm=8.0.22-r0 \
|
||||||
php8-gd=8.0.21-r0 \
|
php8-gd=8.0.22-r0 \
|
||||||
php8-iconv=8.0.21-r0 \
|
php8-iconv=8.0.22-r0 \
|
||||||
php8-intl=8.0.21-r0 \
|
php8-intl=8.0.22-r0 \
|
||||||
php8-ldap=8.0.21-r0 \
|
php8-ldap=8.0.22-r0 \
|
||||||
php8-mbstring=8.0.21-r0 \
|
php8-mbstring=8.0.22-r0 \
|
||||||
php8-opcache=8.0.21-r0 \
|
php8-opcache=8.0.22-r0 \
|
||||||
php8-pdo_sqlite=8.0.21-r0 \
|
php8-pdo_sqlite=8.0.22-r0 \
|
||||||
php8-pdo=8.0.21-r0 \
|
php8-pdo=8.0.22-r0 \
|
||||||
php8-simplexml=8.0.21-r0 \
|
php8-simplexml=8.0.22-r0 \
|
||||||
php8-tokenizer=8.0.21-r0 \
|
php8-tokenizer=8.0.22-r0 \
|
||||||
php8=8.0.21-r0 \
|
php8=8.0.22-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .build-dependencies \
|
&& apk add --no-cache --virtual .build-dependencies \
|
||||||
git=2.36.2-r0 \
|
git=2.36.2-r0 \
|
||||||
php8-openssl=8.0.21-r0 \
|
php8-openssl=8.0.22-r0 \
|
||||||
php8-phar=8.0.21-r0 \
|
php8-phar=8.0.22-r0 \
|
||||||
yarn=1.22.19-r0 \
|
yarn=1.22.19-r0 \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& yarn global add modclean \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:12.2.1
|
aarch64: ghcr.io/hassio-addons/base:12.2.3
|
||||||
amd64: ghcr.io/hassio-addons/base:12.2.1
|
amd64: ghcr.io/hassio-addons/base:12.2.3
|
||||||
armhf: ghcr.io/hassio-addons/base:12.2.1
|
armhf: ghcr.io/hassio-addons/base:12.2.3
|
||||||
armv7: ghcr.io/hassio-addons/base:12.2.1
|
armv7: ghcr.io/hassio-addons/base:12.2.3
|
||||||
i386: ghcr.io/hassio-addons/base:12.2.1
|
i386: ghcr.io/hassio-addons/base:12.2.3
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue