From ad88ba053f3a9e00f0e6b90dd2b3ed8e855c8325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:44:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v17=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- readarr/Dockerfile | 4 ++-- readarr/build.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a35837c..1296771 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_20/{{package}}" + "depNameTemplate": "alpine_3_21/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/readarr/Dockerfile b/readarr/Dockerfile index b7fe1b8..1cf91ab 100644 --- a/readarr/Dockerfile +++ b/readarr/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} @@ -14,7 +14,7 @@ ENV XDG_CONFIG_HOME="/config/xdg" RUN \ apk add --no-cache \ icu-libs=74.2-r0 \ - sqlite-libs=3.45.3-r1 \ + sqlite-libs=3.47.1-r0 \ xmlstarlet=1.6.1-r2 \ \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then READARR_ARCH="arm64"; \ diff --git a/readarr/build.yaml b/readarr/build.yaml index a142c13..a5800a1 100644 --- a/readarr/build.yaml +++ b/readarr/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