From 06af051ee2080ccce34342b7b1e82a2947ad8cea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 22:10:38 +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(#13)?= 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 +- radarr/Dockerfile | 6 +++--- radarr/build.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 98d5993..761a2da 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/radarr/Dockerfile b/radarr/Dockerfile index 6270d61..047d601 100644 --- a/radarr/Dockerfile +++ b/radarr/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 RADARR_ARCH="arm64"; \ diff --git a/radarr/build.yaml b/radarr/build.yaml index ecaa5e2..dae34aa 100644 --- a/radarr/build.yaml +++ b/radarr/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