From 96477a63a29310f339239012d649442b4409196f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 24 Jan 2021 18:11:53 +0100 Subject: [PATCH] Upgrade add-on base image to 6.1.0 (#51) --- plex/Dockerfile | 2 +- plex/build.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index 72ba2e2..e8f4e47 100755 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/ubuntu-base:5.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/plex/build.json b/plex/build.json index 7fb15e3..c8e2119 100644 --- a/plex/build.json +++ b/plex/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "hassioaddons/ubuntu-base-aarch64:5.2.2", - "amd64": "hassioaddons/ubuntu-base-amd64:5.2.2", - "armv7": "hassioaddons/ubuntu-base-armv7:5.2.2", - "i386": "hassioaddons/ubuntu-base-i386:5.2.2" + "aarch64": "ghcr.io/hassio-addons/ubuntu-base/aarch64:6.1.0", + "amd64": "ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.0", + "armv7": "ghcr.io/hassio-addons/ubuntu-base/armv7:6.1.0", + "i386": "ghcr.io/hassio-addons/ubuntu-base/i386:6.1.0" } }