From 5cc5ea41aab6767837bd49adf02c3a1fe7c9e885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:46:21 +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(#52)?= 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 +- sabnzbd/Dockerfile | 20 ++++++++++---------- sabnzbd/build.yaml | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 903e87e..7d80c9d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,7 +25,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_20/{{package}}" + "depNameTemplate": "alpine_3_21/{{package}}" }, { "customType": "regex", diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index c02e1d0..d791c80 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/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} @@ -8,24 +8,24 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG SABNZBD_VERSION=4.3.3 ARG UNRAR_VERSION=6.2.12 -ARG PAR2CMDLINE_TURBO_VERSION=1.1.1 +ARG PAR2CMDLINE_TURBO_VERSION=f94ea31ecce17d19f6931a58c1719a25758ae3a0 # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \ autoconf=2.72-r0 \ - automake=1.16.5-r2 \ + automake=1.17-r0 \ build-base=0.5-r3 \ - linux-headers=6.6-r0 \ - musl-dev=1.2.5-r0 \ - py3-pip=24.0-r2 \ + linux-headers=6.6-r1 \ + musl-dev=1.2.5-r8 \ + py3-pip=24.3.1-r0 \ python3-dev=3.12.8-r1 \ \ && apk add --no-cache \ - 7zip=23.01-r0 \ - nginx=1.26.2-r0 \ + 7zip=24.08-r0 \ + nginx=1.26.2-r3 \ py3-setuptools=70.3.0-r0 \ python3=3.12.8-r1 \ - unzip=6.0-r14 \ + unzip=6.0-r15 \ \ && curl -J -L -o /tmp/unrar.tar.gz \ "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" \ @@ -39,7 +39,7 @@ RUN \ && cd - \ \ && curl -J -L -o /tmp/par2cmdline-turbo.tar.gz \ - "https://github.com/animetosho/par2cmdline-turbo/archive/v${PAR2CMDLINE_TURBO_VERSION}.tar.gz" \ + "https://github.com/animetosho/par2cmdline-turbo/archive/${PAR2CMDLINE_TURBO_VERSION}.tar.gz" \ && mkdir -p /tmp/par2cmdline-turbo \ && tar zxvf \ /tmp/par2cmdline-turbo.tar.gz \ diff --git a/sabnzbd/build.yaml b/sabnzbd/build.yaml index a142c13..a5800a1 100644 --- a/sabnzbd/build.yaml +++ b/sabnzbd/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