From d7e56f27c79af1d2bee5f1c0af38b1065e97527f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Mar 2021 13:31:14 +0100 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v9.1.5 --- home-panel/Dockerfile | 2 +- home-panel/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 1bff101..b2a5de0 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.4 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.5 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/home-panel/build.json b/home-panel/build.json index ed5d179..d37b386 100644 --- a/home-panel/build.json +++ b/home-panel/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.4", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.4", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.4", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.4", - "i386": "ghcr.io/hassio-addons/base/i386:9.1.4" + "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" } }