Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 11.0.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 14, 2021
1 parent 799fd1d commit 34c68af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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/amd64:10.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,13 +10,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r2 \
cargo=1.52.1-r1 \
git=2.32.0-r0 \
protobuf-dev=3.15.7-r1 \
pulseaudio-dev=14.2-r5 \
cargo=1.56.1-r0 \
git=2.34.1-r0 \
protobuf-dev=3.18.1-r1 \
pulseaudio-dev=15.0-r2 \
\
&& apk add --no-cache \
pulseaudio=14.2-r5 \
pulseaudio=15.0-r2 \
\
&& 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,6 +1,6 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
armv7: ghcr.io/hassio-addons/base/armv7:10.2.2
i386: ghcr.io/hassio-addons/base/i386:10.2.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
i386: ghcr.io/hassio-addons/base/i386:11.0.0

0 comments on commit 34c68af

Please sign in to comment.