⬆️ Upgrades add-on base image to 12.2.1 (#306)

* ⬆️ Upgrades add-on base image to 12.2.1

* Use meta image

* Actually upgrade
This commit is contained in:
Franck Nijhof 2022-07-19 01:32:42 +02:00 committed by GitHub
parent e2d2c91d1c
commit 048b37a3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
# 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.3.7-r0 \
nginx=1.22.0-r0 \
composer=2.3.10-r0 \
nginx=1.22.0-r1 \
patch=2.7.6-r7 \
php8-ctype=8.0.20-r0 \
php8-exif=8.0.20-r0 \
php8-fileinfo=8.0.20-r0 \
php8-fpm=8.0.20-r0 \
php8-gd=8.0.20-r0 \
php8-iconv=8.0.20-r0 \
php8-intl=8.0.20-r0 \
php8-ldap=8.0.20-r0 \
php8-mbstring=8.0.20-r0 \
php8-opcache=8.0.20-r0 \
php8-pdo_sqlite=8.0.20-r0 \
php8-pdo=8.0.20-r0 \
php8-simplexml=8.0.20-r0 \
php8-tokenizer=8.0.20-r0 \
php8=8.0.20-r0 \
php8-ctype=8.0.21-r0 \
php8-exif=8.0.21-r0 \
php8-fileinfo=8.0.21-r0 \
php8-fpm=8.0.21-r0 \
php8-gd=8.0.21-r0 \
php8-iconv=8.0.21-r0 \
php8-intl=8.0.21-r0 \
php8-ldap=8.0.21-r0 \
php8-mbstring=8.0.21-r0 \
php8-opcache=8.0.21-r0 \
php8-pdo_sqlite=8.0.21-r0 \
php8-pdo=8.0.21-r0 \
php8-simplexml=8.0.21-r0 \
php8-tokenizer=8.0.21-r0 \
php8=8.0.21-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.36.1-r0 \
php8-openssl=8.0.20-r0 \
php8-phar=8.0.20-r0 \
git=2.36.2-r0 \
php8-openssl=8.0.21-r0 \
php8-phar=8.0.21-r0 \
yarn=1.22.19-r0 \
\
&& yarn global add modclean \

View file

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