From 5224e50aa134c21991f329bd30519bc0b25f56e1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Nov 2021 18:01:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20base=20image=20?= =?UTF-8?q?to=2010.2.0=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- base/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index e01e7d3..13d3a6c 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.1.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.json b/base/build.json index a95c1a6..623d357 100644 --- a/base/build.json +++ b/base/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.1.1", - "amd64": "ghcr.io/hassio-addons/base/amd64:10.1.1", - "armhf": "ghcr.io/hassio-addons/base/armhf:10.1.1", - "armv7": "ghcr.io/hassio-addons/base/armv7:10.1.1", - "i386": "ghcr.io/hassio-addons/base/i386:10.1.1" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.2.0", + "amd64": "ghcr.io/hassio-addons/base/amd64:10.2.0", + "armhf": "ghcr.io/hassio-addons/base/armhf:10.2.0", + "armv7": "ghcr.io/hassio-addons/base/armv7:10.2.0", + "i386": "ghcr.io/hassio-addons/base/i386:10.2.0" } }