Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.0.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 21, 2022
1 parent f641630 commit 87985cf
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:12.2.7
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.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-r3 \
cargo=1.60.0-r2 \
git=2.36.3-r0 \
protobuf-dev=3.18.1-r3 \
pulseaudio-dev=15.0-r2 \
cargo=1.64.0-r2 \
git=2.38.2-r0 \
protobuf-dev=3.21.9-r0 \
pulseaudio-dev=16.1-r6 \
\
&& apk add --no-cache \
pulseaudio=15.0-r2 \
pulseaudio=16.1-r6 \
\
&& 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:12.2.7
amd64: ghcr.io/hassio-addons/base:12.2.7
armv7: ghcr.io/hassio-addons/base:12.2.7
i386: ghcr.io/hassio-addons/base:12.2.7
aarch64: ghcr.io/hassio-addons/base:13.0.0
amd64: ghcr.io/hassio-addons/base:13.0.0
armv7: ghcr.io/hassio-addons/base:13.0.0
i386: ghcr.io/hassio-addons/base:13.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 87985cf

Please sign in to comment.