From fa18ea3806add4b793a9059f0599cfb33f7236cc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Feb 2021 09:59:08 +0100 Subject: [PATCH] Upgrade add-on base image to 6.1.3 (#66) --- plex/Dockerfile | 2 +- plex/build.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index e23acd6..6e160af 100755 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/plex/build.json b/plex/build.json index 86dd35e..db3214b 100644 --- a/plex/build.json +++ b/plex/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/ubuntu-base/aarch64:6.1.1", - "amd64": "ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.1", - "armv7": "ghcr.io/hassio-addons/ubuntu-base/armv7:6.1.1", - "i386": "ghcr.io/hassio-addons/ubuntu-base/i386:6.1.1" + "aarch64": "ghcr.io/hassio-addons/ubuntu-base/aarch64:6.1.3", + "amd64": "ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.3", + "armv7": "ghcr.io/hassio-addons/ubuntu-base/armv7:6.1.3", + "i386": "ghcr.io/hassio-addons/ubuntu-base/i386:6.1.3" } }