From b64ac711d379f2c65ca7bb40255b4bc31a9566db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:44:01 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- whisparr/Dockerfile | 2 +- whisparr/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/whisparr/Dockerfile b/whisparr/Dockerfile index 617022d..8831ede 100644 --- a/whisparr/Dockerfile +++ b/whisparr/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} diff --git a/whisparr/build.yaml b/whisparr/build.yaml index ecaa5e2..dae34aa 100644 --- a/whisparr/build.yaml +++ b/whisparr/build.yaml @@ -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 From 029ebbcef03f2053fdcbe299d6a7ee7d7197ef6b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 May 2024 16:44:54 +0200 Subject: [PATCH 2/2] Update dependencies --- .github/renovate.json | 2 +- whisparr/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 29da63d..dc91ff9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_19/{{package}}" + "depNameTemplate": "alpine_3_20/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/whisparr/Dockerfile b/whisparr/Dockerfile index 8831ede..1c75481 100644 --- a/whisparr/Dockerfile +++ b/whisparr/Dockerfile @@ -13,8 +13,8 @@ ENV XDG_CONFIG_HOME="/config/xdg" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache \ - icu-libs=74.1-r0 \ - sqlite-libs=3.44.2-r0 \ + icu-libs=74.2-r0 \ + sqlite-libs=3.45.3-r1 \ xmlstarlet=1.6.1-r2 \ \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then WHISPARR_ARCH="arm64"; \