We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eb614 commit 29fad22Copy full SHA for 29fad22
spotify/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.1
+ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.2
2
# hadolint ignore=DL3006
3
FROM ${BUILD_FROM}
4
spotify/build.yaml
@@ -1,9 +1,9 @@
---
build_from:
- aarch64: ghcr.io/hassio-addons/base:14.2.1
- amd64: ghcr.io/hassio-addons/base:14.2.1
5
- armv7: ghcr.io/hassio-addons/base:14.2.1
6
- i386: ghcr.io/hassio-addons/base:14.2.1
+ aarch64: ghcr.io/hassio-addons/base:14.2.2
+ amd64: ghcr.io/hassio-addons/base:14.2.2
+ armv7: ghcr.io/hassio-addons/base:14.2.2
+ i386: ghcr.io/hassio-addons/base:14.2.2
7
codenotary:
8
base_image: [email protected]
9
signer: [email protected]
0 commit comments