From a0cd25d37502e56c789aaaf4d698616f23a0985c Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Fri, 31 Dec 2021 19:53:52 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20base=20image=20to?= =?UTF-8?q?=2011.0.0=20(#107)?= 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 0662537..8b0bf2a 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.1.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/chrony/build.json b/chrony/build.json index a95c1a6..36a7df9 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,9 +1,9 @@ { "build_from": { - "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" + "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" } }