Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 #253

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_18/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
17 changes: 11 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:14.3.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -11,13 +11,18 @@ ARG LIBRESPOT_VERSION="0.6.0"
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.71.1-r0 \
git=2.40.1-r0 \
protobuf-dev=3.21.12-r2 \
pulseaudio-dev=16.1-r10 \
cargo-auditable=0.6.6-r0 \
cargo=1.83.0-r0 \
clang19-libclang=19.1.4-r0 \
cmake=3.31.1-r0 \
git=2.47.1-r0 \
nasm=2.16.03-r0 \
protobuf-dev=24.4-r4 \
pulseaudio-dev=17.0-r4 \
rust-bindgen=0.70.1-r0 \
\
&& apk add --no-cache \
pulseaudio=16.1-r10 \
pulseaudio=17.0-r4 \
\
&& cargo install \
--locked \
Expand Down
6 changes: 3 additions & 3 deletions spotify/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:14.3.3
amd64: ghcr.io/hassio-addons/base:14.3.3
armv7: ghcr.io/hassio-addons/base:14.3.3
aarch64: ghcr.io/hassio-addons/base:17.0.0
amd64: ghcr.io/hassio-addons/base:17.0.0
armv7: ghcr.io/hassio-addons/base:17.0.0
codenotary:
base_image: [email protected]
signer: [email protected]
Loading