⬆️ Upgrades add-on base image to 13.1.1

This commit is contained in:
Franck Nijhof 2023-01-23 20:24:05 +01:00
parent 8e662c9cd0
commit 8365495265
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0 ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.1
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -12,26 +12,26 @@ RUN \
composer=2.4.4-r0 \ composer=2.4.4-r0 \
nginx=1.22.1-r0 \ nginx=1.22.1-r0 \
patch=2.7.6-r8 \ patch=2.7.6-r8 \
php81-ctype=8.1.13-r0 \ php81-ctype=8.1.14-r0 \
php81-exif=8.1.13-r0 \ php81-exif=8.1.14-r0 \
php81-fileinfo=8.1.13-r0 \ php81-fileinfo=8.1.14-r0 \
php81-fpm=8.1.13-r0 \ php81-fpm=8.1.14-r0 \
php81-gd=8.1.13-r0 \ php81-gd=8.1.14-r0 \
php81-iconv=8.1.13-r0 \ php81-iconv=8.1.14-r0 \
php81-intl=8.1.13-r0 \ php81-intl=8.1.14-r0 \
php81-ldap=8.1.13-r0 \ php81-ldap=8.1.14-r0 \
php81-mbstring=8.1.13-r0 \ php81-mbstring=8.1.14-r0 \
php81-opcache=8.1.13-r0 \ php81-opcache=8.1.14-r0 \
php81-pdo_sqlite=8.1.13-r0 \ php81-pdo_sqlite=8.1.14-r0 \
php81-pdo=8.1.13-r0 \ php81-pdo=8.1.14-r0 \
php81-simplexml=8.1.13-r0 \ php81-simplexml=8.1.14-r0 \
php81-tokenizer=8.1.13-r0 \ php81-tokenizer=8.1.14-r0 \
php81=8.1.13-r0 \ php81=8.1.14-r0 \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
git=2.38.2-r0 \ git=2.38.3-r1 \
php81-openssl=8.1.13-r0 \ php81-openssl=8.1.14-r0 \
php81-phar=8.1.13-r0 \ php81-phar=8.1.14-r0 \
yarn=1.22.19-r0 \ yarn=1.22.19-r0 \
\ \
&& yarn global add modclean \ && yarn global add modclean \

View file

@ -1,10 +1,10 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:13.0.0 aarch64: ghcr.io/hassio-addons/base:13.1.1
amd64: ghcr.io/hassio-addons/base:13.0.0 amd64: ghcr.io/hassio-addons/base:13.1.1
armhf: ghcr.io/hassio-addons/base:13.0.0 armhf: ghcr.io/hassio-addons/base:13.1.1
armv7: ghcr.io/hassio-addons/base:13.0.0 armv7: ghcr.io/hassio-addons/base:13.1.1
i386: ghcr.io/hassio-addons/base:13.0.0 i386: ghcr.io/hassio-addons/base:13.1.1
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev