⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2024-05-24 09:57:38 +02:00 committed by GitHub
parent 0f445abe2c
commit 024e8585f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 16 deletions

View file

@ -24,7 +24,7 @@
], ],
"versioningTemplate": "loose", "versioningTemplate": "loose",
"datasourceTemplate": "repology", "datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}" "depNameTemplate": "alpine_3_20/{{package}}"
}, },
{ {
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9 ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -12,16 +12,16 @@ ARG TASMOADMIN_VERSION="v4.1.0"
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.24.0-r16 \ nginx=1.26.0-r1 \
php82-curl=8.2.19-r0 \ php83-curl=8.3.7-r0 \
php82-dom=8.2.19-r0 \ php83-dom=8.3.7-r0 \
php82-fpm=8.2.19-r0 \ php83-fpm=8.3.7-r0 \
php82-iconv=8.2.19-r0 \ php83-iconv=8.3.7-r0 \
php82-mbstring=8.2.19-r0 \ php83-mbstring=8.3.7-r0 \
php82-opcache=8.2.19-r0 \ php83-opcache=8.3.7-r0 \
php82-session=8.2.19-r0 \ php83-session=8.3.7-r0 \
php82-zip=8.2.19-r0 \ php83-zip=8.3.7-r0 \
php82=8.2.19-r0 \ php83=8.3.7-r0 \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
composer=2.7.6-r0 \ composer=2.7.6-r0 \

View file

@ -1,8 +1,8 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:15.0.9 aarch64: ghcr.io/hassio-addons/base:16.0.0
amd64: ghcr.io/hassio-addons/base:15.0.9 amd64: ghcr.io/hassio-addons/base:16.0.0
armv7: ghcr.io/hassio-addons/base:15.0.9 armv7: ghcr.io/hassio-addons/base:16.0.0
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev

View file

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