From 9f62ccb03f4f7e15b78d5cb7b8d2d730e707b443 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Thu, 21 Jan 2021 16:03:35 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20image=20to=20v9.0.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 2115d0b..b0e6514 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/base:8.0.6 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/chrony/build.json b/chrony/build.json index 56b0309..8b6d940 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "hassioaddons/base-aarch64:8.0.6", - "amd64": "hassioaddons/base-amd64:8.0.6", - "armhf": "hassioaddons/base-armhf:8.0.6", - "armv7": "hassioaddons/base-armv7:8.0.6", - "i386": "hassioaddons/base-i386:8.0.6" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.0.1", + "amd64": "ghcr.io/hassio-addons/base/amd64:9.0.1", + "armhf": "ghcr.io/hassio-addons/base/armhf:9.0.1", + "armv7": "ghcr.io/hassio-addons/base/armv7:9.0.1", + "i386": "ghcr.io/hassio-addons/base/i386:9.0.1" } }