Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
renovate[bot] and frenck authored May 17, 2023
1 parent 11e94d5 commit 2c39903
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_17/{{package}}"
"depNameTemplate": "alpine_3_18/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
12 changes: 6 additions & 6 deletions spotify/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions spotify/build.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c39903

Please sign in to comment.