mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
⬆️ Upgrades add-on base image to 13.0.0 (#324)
This commit is contained in:
parent
fbafe041ba
commit
46c04bf78e
2 changed files with 26 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -9,29 +9,29 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
composer=2.4.2-r0 \
|
||||
composer=2.4.4-r0 \
|
||||
nginx=1.22.1-r0 \
|
||||
patch=2.7.6-r7 \
|
||||
php8-ctype=8.0.25-r0 \
|
||||
php8-exif=8.0.25-r0 \
|
||||
php8-fileinfo=8.0.25-r0 \
|
||||
php8-fpm=8.0.25-r0 \
|
||||
php8-gd=8.0.25-r0 \
|
||||
php8-iconv=8.0.25-r0 \
|
||||
php8-intl=8.0.25-r0 \
|
||||
php8-ldap=8.0.25-r0 \
|
||||
php8-mbstring=8.0.25-r0 \
|
||||
php8-opcache=8.0.25-r0 \
|
||||
php8-pdo_sqlite=8.0.25-r0 \
|
||||
php8-pdo=8.0.25-r0 \
|
||||
php8-simplexml=8.0.25-r0 \
|
||||
php8-tokenizer=8.0.25-r0 \
|
||||
php8=8.0.25-r0 \
|
||||
patch=2.7.6-r8 \
|
||||
php81-ctype=8.1.13-r0 \
|
||||
php81-exif=8.1.13-r0 \
|
||||
php81-fileinfo=8.1.13-r0 \
|
||||
php81-fpm=8.1.13-r0 \
|
||||
php81-gd=8.1.13-r0 \
|
||||
php81-iconv=8.1.13-r0 \
|
||||
php81-intl=8.1.13-r0 \
|
||||
php81-ldap=8.1.13-r0 \
|
||||
php81-mbstring=8.1.13-r0 \
|
||||
php81-opcache=8.1.13-r0 \
|
||||
php81-pdo_sqlite=8.1.13-r0 \
|
||||
php81-pdo=8.1.13-r0 \
|
||||
php81-simplexml=8.1.13-r0 \
|
||||
php81-tokenizer=8.1.13-r0 \
|
||||
php81=8.1.13-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
git=2.36.3-r0 \
|
||||
php8-openssl=8.0.25-r0 \
|
||||
php8-phar=8.0.25-r0 \
|
||||
git=2.38.2-r0 \
|
||||
php81-openssl=8.1.13-r0 \
|
||||
php81-phar=8.1.13-r0 \
|
||||
yarn=1.22.19-r0 \
|
||||
\
|
||||
&& yarn global add modclean \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.7
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.7
|
||||
armhf: ghcr.io/hassio-addons/base:12.2.7
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.7
|
||||
i386: ghcr.io/hassio-addons/base:12.2.7
|
||||
aarch64: ghcr.io/hassio-addons/base:13.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:13.0.0
|
||||
armhf: ghcr.io/hassio-addons/base:13.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:13.0.0
|
||||
i386: ghcr.io/hassio-addons/base:13.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue