Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.1.3 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 13, 2023
1 parent cf90e87 commit 4938015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -11,7 +11,7 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.64.0-r2 \
git=2.38.2-r0 \
git=2.38.4-r1 \
protobuf-dev=3.21.9-r0 \
pulseaudio-dev=16.1-r6 \
\
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.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
aarch64: ghcr.io/hassio-addons/base:13.1.3
amd64: ghcr.io/hassio-addons/base:13.1.3
armv7: ghcr.io/hassio-addons/base:13.1.3
i386: ghcr.io/hassio-addons/base:13.1.3
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 4938015

Please sign in to comment.