From 2c39903ef369ba1d426ee29e64bfc483476569a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:41:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v14=20(#221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- spotify/Dockerfile | 12 ++++++------ spotify/build.yaml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d6a365b..4b793e2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_17/{{package}}" + "depNameTemplate": "alpine_3_18/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 44e83df..9d9fb4f 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -11,13 +11,13 @@ ARG LIBRESPOT_VERSION="0.4.2" RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - cargo=1.64.0-r2 \ - git=2.38.5-r0 \ - protobuf-dev=3.21.9-r0 \ - pulseaudio-dev=16.1-r6 \ + cargo=1.69.0-r5 \ + git=2.40.1-r0 \ + protobuf-dev=3.21.12-r2 \ + pulseaudio-dev=16.1-r10 \ \ && apk add --no-cache \ - pulseaudio=16.1-r6 \ + pulseaudio=16.1-r10 \ \ && cargo install \ --locked \ diff --git a/spotify/build.yaml b/spotify/build.yaml index b6ca577..d10daac 100644 --- a/spotify/build.yaml +++ b/spotify/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:13.2.2 - amd64: ghcr.io/hassio-addons/base:13.2.2 - armv7: ghcr.io/hassio-addons/base:13.2.2 - i386: ghcr.io/hassio-addons/base:13.2.2 + aarch64: ghcr.io/hassio-addons/base:14.0.0 + amd64: ghcr.io/hassio-addons/base:14.0.0 + armv7: ghcr.io/hassio-addons/base:14.0.0 + i386: ghcr.io/hassio-addons/base:14.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev