Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#405)
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 May 24, 2024
1 parent 0f445ab commit 024e858
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
22 changes: 11 additions & 11 deletions tasmoadmin/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.0.0

# hadolint ignore=DL3006
FROM ${BUILD_FROM}
Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions tasmoadmin/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.0.0
amd64: ghcr.io/hassio-addons/base:16.0.0
armv7: ghcr.io/hassio-addons/base:16.0.0
codenotary:
base_image: [email protected]
signer: [email protected]
File renamed without changes.
2 changes: 1 addition & 1 deletion tasmoadmin/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 024e858

Please sign in to comment.