From 18d611030974453a2b817c92edaa25dde5c57afa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:09:00 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 2 +- tasmoadmin/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index ff507ce..d1b2d68 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/tasmoadmin/build.yaml b/tasmoadmin/build.yaml index a142c13..a5800a1 100644 --- a/tasmoadmin/build.yaml +++ b/tasmoadmin/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:16.3.6 - amd64: ghcr.io/hassio-addons/base:16.3.6 - armv7: ghcr.io/hassio-addons/base:16.3.6 + aarch64: ghcr.io/hassio-addons/base:17.0.0 + amd64: ghcr.io/hassio-addons/base:17.0.0 + armv7: ghcr.io/hassio-addons/base:17.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From db81ec941819dcdea92835e904d08221a89394f6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 7 Dec 2024 10:47:57 +0100 Subject: [PATCH 2/3] Update dependencies --- tasmoadmin/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index d1b2d68..4d28d44 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -12,7 +12,7 @@ ARG TASMOADMIN_VERSION="v4.2.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.26.2-r0 \ + nginx=1.26.2-r3 \ php83-curl=8.3.14-r0 \ php83-dom=8.3.14-r0 \ php83-fpm=8.3.14-r0 \ @@ -24,7 +24,7 @@ RUN \ php83=8.3.14-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.8.2-r0 \ + composer=2.8.3-r1 \ \ && curl -J -L -o /tmp/tasmoadmin.tar.gz \ "https://github.com/TasmoAdmin/TasmoAdmin/releases/download/${TASMOADMIN_VERSION}/tasmoadmin_${TASMOADMIN_VERSION}.tar.gz" \ From f93821e6c574484b10b2c44d3a7424bb5c767f4e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 7 Dec 2024 10:48:16 +0100 Subject: [PATCH 3/3] Adjust Renovate --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d923e94..32cfdef 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,7 +26,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_20/{{package}}" + "depNameTemplate": "alpine_3_21/{{package}}" }, { "customType": "regex",