From 2e9756b422da38e5d5beb3bd31fa09fb4b32ce40 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 17 Mar 2022 18:02:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2011.1.0=20(#110)?= 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 0e2ac98..46ccb97 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/chrony/build.json b/chrony/build.json index 762fe69..0fadd3e 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:11.0.1", - "amd64": "ghcr.io/hassio-addons/base/amd64:11.0.1", - "armhf": "ghcr.io/hassio-addons/base/armhf:11.0.1", - "armv7": "ghcr.io/hassio-addons/base/armv7:11.0.1", - "i386": "ghcr.io/hassio-addons/base/i386:11.0.1" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:11.1.0", + "amd64": "ghcr.io/hassio-addons/base/amd64:11.1.0", + "armhf": "ghcr.io/hassio-addons/base/armhf:11.1.0", + "armv7": "ghcr.io/hassio-addons/base/armv7:11.1.0", + "i386": "ghcr.io/hassio-addons/base/i386:11.1.0" } }