From d2fc308324cbd5abe08565ff48589acd03c9c0bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:37:34 +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=20v17.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- base/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 7ec65b3..1aa06ff 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index 92f7c6f..ca7f02d 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:17.1.0 - amd64: ghcr.io/hassio-addons/base:17.1.0 - armhf: ghcr.io/hassio-addons/base:17.1.0 - armv7: ghcr.io/hassio-addons/base:17.1.0 - i386: ghcr.io/hassio-addons/base:17.1.0 + aarch64: ghcr.io/hassio-addons/base:17.1.3 + amd64: ghcr.io/hassio-addons/base:17.1.3 + armhf: ghcr.io/hassio-addons/base:17.1.3 + armv7: ghcr.io/hassio-addons/base:17.1.3 + i386: ghcr.io/hassio-addons/base:17.1.3 codenotary: signer: codenotary@frenck.dev From c0b480e091c2a0c65b81113a8feb10424730c6bd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Feb 2025 20:59:34 +0100 Subject: [PATCH 2/2] Update dependencies --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 1aa06ff..3213b40 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -40,7 +40,7 @@ RUN \ tcl-dev=8.6.15-r0 \ tk-dev=8.6.15-r0\ tk=8.6.15-r0 \ - util-linux-dev=2.40.2-r4\ + util-linux-dev=2.40.4-r0 \ xz-dev=5.6.3-r0 \ xz=5.6.3-r0\ zlib-dev=1.3.1-r2 \