⬆️ Upgrades add-on base image to 13.0.0 (#268)

This commit is contained in:
Franck Nijhof 2022-12-16 12:49:37 +01:00 committed by GitHub
parent 8bcd7b2b65
commit 50715a417e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -10,21 +10,21 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.22.1-r0 \
php8-curl=8.0.25-r0 \
php8-dom=8.0.25-r0 \
php8-fpm=8.0.25-r0 \
php8-iconv=8.0.25-r0 \
php8-mbstring=8.0.25-r0 \
php8-opcache=8.0.25-r0 \
php8-session=8.0.25-r0 \
php8-zip=8.0.25-r0 \
php8=8.0.25-r0 \
php81-curl=8.1.13-r0 \
php81-dom=8.1.13-r0 \
php81-fpm=8.1.13-r0 \
php81-iconv=8.1.13-r0 \
php81-mbstring=8.1.13-r0 \
php81-opcache=8.1.13-r0 \
php81-session=8.1.13-r0 \
php81-zip=8.1.13-r0 \
php81=8.1.13-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.4.2-r0 \
git=2.36.3-r0 \
nodejs=16.17.1-r0 \
npm=8.10.0-r0 \
composer=2.4.4-r \
git=2.38.2-r0 \
nodejs=18.12.1-r0 \
npm=9.1.2-r0 \
\
&& git clone --branch "v2.1.1" --depth=1 \
"https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \

View file

@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.3
amd64: ghcr.io/hassio-addons/base:12.2.3
armhf: ghcr.io/hassio-addons/base:12.2.3
armv7: ghcr.io/hassio-addons/base:12.2.3
i386: ghcr.io/hassio-addons/base:12.2.3
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

View file

@ -4,4 +4,4 @@
# Runs the PHP-FPM daemon
# ==============================================================================
bashio::log.info "Starting PHP-FPM server..."
exec php-fpm8 -R --nodaemonize
exec php-fpm81 -R --nodaemonize