mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
⬆️ 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:
parent
0f445abe2c
commit
024e8585f8
7 changed files with 16 additions and 16 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
|
|
|
@ -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
|
||||
FROM ${BUILD_FROM}
|
||||
|
@ -12,16 +12,16 @@ ARG TASMOADMIN_VERSION="v4.1.0"
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.24.0-r16 \
|
||||
php82-curl=8.2.19-r0 \
|
||||
php82-dom=8.2.19-r0 \
|
||||
php82-fpm=8.2.19-r0 \
|
||||
php82-iconv=8.2.19-r0 \
|
||||
php82-mbstring=8.2.19-r0 \
|
||||
php82-opcache=8.2.19-r0 \
|
||||
php82-session=8.2.19-r0 \
|
||||
php82-zip=8.2.19-r0 \
|
||||
php82=8.2.19-r0 \
|
||||
nginx=1.26.0-r1 \
|
||||
php83-curl=8.3.7-r0 \
|
||||
php83-dom=8.3.7-r0 \
|
||||
php83-fpm=8.3.7-r0 \
|
||||
php83-iconv=8.3.7-r0 \
|
||||
php83-mbstring=8.3.7-r0 \
|
||||
php83-opcache=8.3.7-r0 \
|
||||
php83-session=8.3.7-r0 \
|
||||
php83-zip=8.3.7-r0 \
|
||||
php83=8.3.7-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
composer=2.7.6-r0 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:15.0.9
|
||||
amd64: ghcr.io/hassio-addons/base:15.0.9
|
||||
armv7: ghcr.io/hassio-addons/base:15.0.9
|
||||
aarch64: ghcr.io/hassio-addons/base:16.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:16.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:16.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# Runs the PHP-FPM daemon
|
||||
# ==============================================================================
|
||||
bashio::log.info "Starting PHP-FPM server..."
|
||||
exec php-fpm82 -R --nodaemonize
|
||||
exec php-fpm83 -R --nodaemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue