We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fddf1 commit 09eb7ddCopy full SHA for 09eb7dd
2 files changed
base/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.3
+ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.4
2
# hadolint ignore=DL3006
3
FROM ${BUILD_FROM}
4
base/build.yaml
@@ -1,9 +1,9 @@
---
build_from:
- aarch64: ghcr.io/hassio-addons/base:17.2.3
- amd64: ghcr.io/hassio-addons/base:17.2.3
5
- armhf: ghcr.io/hassio-addons/base:17.2.3
6
- armv7: ghcr.io/hassio-addons/base:17.2.3
7
- i386: ghcr.io/hassio-addons/base:17.2.3
+ aarch64: ghcr.io/hassio-addons/base:17.2.4
+ amd64: ghcr.io/hassio-addons/base:17.2.4
+ armhf: ghcr.io/hassio-addons/base:17.2.4
+ armv7: ghcr.io/hassio-addons/base:17.2.4
+ i386: ghcr.io/hassio-addons/base:17.2.4
8
codenotary:
9
signer: codenotary@frenck.dev
0 commit comments