From 037742cebe390ceafb72135a1eea890ae5664868 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:27:07 +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(#14)?= 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 +- prowlarr/Dockerfile | 6 +++--- prowlarr/build.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 834f19e..84160a4 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/prowlarr/Dockerfile b/prowlarr/Dockerfile index 8ddc584..b8ada5b 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/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 PROWLARR_ARCH="arm64"; \ diff --git a/prowlarr/build.yaml b/prowlarr/build.yaml index ecaa5e2..dae34aa 100644 --- a/prowlarr/build.yaml +++ b/prowlarr/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