From ac2f17eb3a531ce320a6f69138aa17baa02c63c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 19:17:35 +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(#222)?= 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 +- tor/Dockerfile | 6 +++--- tor/build.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ddf430f..6de6a17 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}}" } ], "packageRules": [ diff --git a/tor/Dockerfile b/tor/Dockerfile index 8936d51..6205cc0 100755 --- a/tor/Dockerfile +++ b/tor/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} @@ -11,8 +11,8 @@ COPY rootfs / # Setup base RUN \ apk add --no-cache \ - coreutils=9.4-r2 \ - openssl=3.1.5-r0 \ + coreutils=9.5-r1 \ + openssl=3.3.0-r2 \ tor=0.4.8.11-r0 HEALTHCHECK \ diff --git a/tor/build.yaml b/tor/build.yaml index ecaa5e2..dae34aa 100644 --- a/tor/build.yaml +++ b/tor/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