From 8c63544fdac5df6f1c4b9bb5d82ec17192cf25f2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Feb 2021 18:32:54 +0100 Subject: [PATCH] Upgrade add-on base image to 9.1.4 --- home-panel/Dockerfile | 4 ++-- home-panel/build.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index b544a7e..515a600 100755 --- a/home-panel/Dockerfile +++ b/home-panel/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.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -17,7 +17,7 @@ RUN \ && apk add --no-cache \ nginx=1.18.0-r13 \ nodejs-current=15.5.1-r0 \ - openssl=1.1.1i-r0 \ + openssl=1.1.1j-r0 \ yarn=1.22.10-r0 \ \ && mkdir -p /opt/panel \ diff --git a/home-panel/build.json b/home-panel/build.json index aff97fb..ed5d179 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.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.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" } }