From eff0b75856cc0aabda97777a3dde5de4b84bd549 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:12:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/debian-base=20Docker=20tag=20to=20v7=20(#63)?= 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 +- foldingathome/Dockerfile | 6 +++--- foldingathome/build.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e0eed49..a556106 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "deb", "datasourceTemplate": "repology", - "depNameTemplate": "debian_11/{{package}}" + "depNameTemplate": "debian_12/{{package}}" } ], "packageRules": [ diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index a3bb41d..67b05e0 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.2.7 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -13,8 +13,8 @@ RUN \ \ && apt-get update \ && apt-get install -y --no-install-recommends \ - bzip2=1.0.8-4 \ - ocl-icd-libopencl1=2.2.14-2 \ + bzip2=1.0.8-5+b1 \ + ocl-icd-libopencl1=2.3.1-1 \ \ && mkdir /etc/fahclient \ && touch /etc/fahclient/config.xml \ diff --git a/foldingathome/build.yaml b/foldingathome/build.yaml index 94031f3..d70e49c 100644 --- a/foldingathome/build.yaml +++ b/foldingathome/build.yaml @@ -1,6 +1,6 @@ --- build_from: - amd64: ghcr.io/hassio-addons/debian-base:6.2.7 + amd64: ghcr.io/hassio-addons/debian-base:7.1.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev