From f85e3a62636be31818f0a77f804b75fa0266d300 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Jan 2024 17:39:04 +0100 Subject: [PATCH] Update dependencies --- spotify/Dockerfile | 2 +- spotify/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 9bfd785..acf998f 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/spotify/build.yaml b/spotify/build.yaml index 2b1d3e4..c23c78d 100644 --- a/spotify/build.yaml +++ b/spotify/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:15.0.1 - amd64: ghcr.io/hassio-addons/base:15.0.1 - armv7: ghcr.io/hassio-addons/base:15.0.1 + aarch64: ghcr.io/hassio-addons/base:15.0.3 + amd64: ghcr.io/hassio-addons/base:15.0.3 + armv7: ghcr.io/hassio-addons/base:15.0.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev