From cbed654c45f7c4415c10a760d4e5abeeac36ee1f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 11:30:17 +0200 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v10.0.1 --- motioneye/Dockerfile | 2 +- motioneye/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 73e0a9c..205389e 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/motioneye/build.json b/motioneye/build.json index 9105df8..407e3ee 100644 --- a/motioneye/build.json +++ b/motioneye/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0", - "amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0", - "armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0", - "armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0", - "i386": "ghcr.io/hassio-addons/base/i386:10.0.0" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.1", + "amd64": "ghcr.io/hassio-addons/base/amd64:10.0.1", + "armhf": "ghcr.io/hassio-addons/base/armhf:10.0.1", + "armv7": "ghcr.io/hassio-addons/base/armv7:10.0.1", + "i386": "ghcr.io/hassio-addons/base/i386:10.0.1" } }