From b934010844434107ff2cca721e060220e5a595bf Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Mon, 8 Mar 2021 21:04:04 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20base=20image=20to=20v9.1.5?= 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 6ffc795..bbd7d99 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.5 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/chrony/build.json b/chrony/build.json index aff97fb..d37b386 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.2", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2", - "i386": "ghcr.io/hassio-addons/base/i386:9.1.2" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5", + "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5", + "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.5", + "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5", + "i386": "ghcr.io/hassio-addons/base/i386:9.1.5" } }