From db4e2e24338f3f9e9b7caa0650c29daeb39e963e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 17 Aug 2021 21:08:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=20v4.2.3=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foldingathome/Dockerfile | 2 +- foldingathome/build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 7811ebc..12b19d9 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/debian-base:3.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/foldingathome/build.json b/foldingathome/build.json index b29dcc9..9874185 100644 --- a/foldingathome/build.json +++ b/foldingathome/build.json @@ -1,6 +1,6 @@ { "build_from": { - "amd64": "hassioaddons/debian-base-amd64:3.2.0" + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3" }, "args": {} }