From ac19137082516f80313d7eab1fe0dddd2d8f7be1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Mar 2021 13:55:17 +0100 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v9.1.5 (#190) --- motioneye/Dockerfile | 2 +- motioneye/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 5c121c3..1f44cd8 100755 --- a/motioneye/Dockerfile +++ b/motioneye/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/motioneye/build.json b/motioneye/build.json index ed5d179..d37b386 100644 --- a/motioneye/build.json +++ b/motioneye/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" } }