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