Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Oct 2, 2024
1 parent 44514c6 commit 93611b3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions phpmyadmin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -9,20 +9,20 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
mariadb-client=10.11.6-r0 \
nginx=1.24.0-r16 \
php81-curl=8.1.29-r0 \
php81-fpm=8.1.29-r0 \
php81-gd=8.1.29-r0 \
php81-iconv=8.1.29-r0 \
php81-mbstring=8.1.29-r0 \
php81-mysqli=8.1.29-r0 \
php81-opcache=8.1.29-r0 \
php81-openssl=8.1.29-r0 \
php81-session=8.1.29-r0 \
php81-xml=8.1.29-r0 \
php81-zip=8.1.29-r0 \
php81=8.1.29-r0 \
mariadb-client=10.11.8-r0 \
nginx=1.26.2-r0 \
php82-curl=8.2.24-r0 \
php82-fpm=8.2.24-r0 \
php82-gd=8.2.24-r0 \
php82-iconv=8.2.24-r0 \
php82-mbstring=8.2.24-r0 \
php82-mysqli=8.2.24-r0 \
php82-opcache=8.2.24-r0 \
php82-openssl=8.2.24-r0 \
php82-session=8.2.24-r0 \
php82-xml=8.2.24-r0 \
php82-zip=8.2.24-r0 \
php82=8.2.24-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \
Expand Down
6 changes: 3 additions & 3 deletions phpmyadmin/build.yaml
Original file line number Diff line number Diff line change
@@ -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.3.2
amd64: ghcr.io/hassio-addons/base:16.3.2
armv7: ghcr.io/hassio-addons/base:16.3.2
codenotary:
base_image: [email protected]
signer: [email protected]
2 changes: 1 addition & 1 deletion phpmyadmin/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if bashio::config.has_value 'upload_limit' ; then
UPLOAD_LIMIT=$(bashio::config 'upload_limit')M
fi

exec php-fpm81 --nodaemonize
exec php-fpm82 --nodaemonize

0 comments on commit 93611b3

Please sign in to comment.