From 26e61b5378e201e5ba4166d288211efa3715c18c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Oct 2021 14:17:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2010.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrony/Dockerfile | 2 +- chrony/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chrony/Dockerfile b/chrony/Dockerfile index ca1578c..0662537 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.1.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/chrony/build.json b/chrony/build.json index 852a97c..a95c1a6 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.2", - "amd64": "ghcr.io/hassio-addons/base/amd64:10.0.2", - "armhf": "ghcr.io/hassio-addons/base/armhf:10.0.2", - "armv7": "ghcr.io/hassio-addons/base/armv7:10.0.2", - "i386": "ghcr.io/hassio-addons/base/i386:10.0.2" + "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" } }