diff --git a/plex/Dockerfile b/plex/Dockerfile index f6ba12b..7e6500e 100755 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:9.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:9.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/plex/build.yaml b/plex/build.yaml index 1c90de5..e288623 100644 --- a/plex/build.yaml +++ b/plex/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/ubuntu-base:9.0.0 - amd64: ghcr.io/hassio-addons/ubuntu-base:9.0.0 - armv7: ghcr.io/hassio-addons/ubuntu-base:9.0.0 + aarch64: ghcr.io/hassio-addons/ubuntu-base:9.0.1 + amd64: ghcr.io/hassio-addons/ubuntu-base:9.0.1 + armv7: ghcr.io/hassio-addons/ubuntu-base:9.0.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev