From d6a435649f5eee621b6304e0bc5e477ef5b2a43f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 17 Sep 2022 16:48:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=206.1.2=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foldingathome/Dockerfile | 2 +- foldingathome/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index d277e14..392ba2b 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/foldingathome/build.yaml b/foldingathome/build.yaml index eed49d0..3f439b6 100644 --- a/foldingathome/build.yaml +++ b/foldingathome/build.yaml @@ -1,6 +1,6 @@ --- build_from: - amd64: ghcr.io/hassio-addons/debian-base:6.1.0 + amd64: ghcr.io/hassio-addons/debian-base:6.1.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev