From d82a35832a21e053deb2bf520e6953595b81cf36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:40:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v16=20(#11)?= 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 +- lidarr/Dockerfile | 6 +++--- lidarr/build.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 22b1f11..b2597e5 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/lidarr/Dockerfile b/lidarr/Dockerfile index 4f0d8b2..e63aec3 100644 --- a/lidarr/Dockerfile +++ b/lidarr/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} @@ -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 LIDARR_ARCH="arm64"; \ diff --git a/lidarr/build.yaml b/lidarr/build.yaml index ecaa5e2..dae34aa 100644 --- a/lidarr/build.yaml +++ b/lidarr/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