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 575578c commit 3d31e40Copy full SHA for 3d31e40
base/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.0.2
+ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.1.0
2
# hadolint ignore=DL3006
3
FROM ${BUILD_FROM}
4
base/build.yaml
@@ -1,9 +1,9 @@
---
build_from:
- aarch64: ghcr.io/hassio-addons/base:18.0.2
- amd64: ghcr.io/hassio-addons/base:18.0.2
5
- armhf: ghcr.io/hassio-addons/base:18.0.2
6
- armv7: ghcr.io/hassio-addons/base:18.0.2
7
- i386: ghcr.io/hassio-addons/base:18.0.2
+ aarch64: ghcr.io/hassio-addons/base:18.1.0
+ amd64: ghcr.io/hassio-addons/base:18.1.0
+ armhf: ghcr.io/hassio-addons/base:18.1.0
+ armv7: ghcr.io/hassio-addons/base:18.1.0
+ i386: ghcr.io/hassio-addons/base:18.1.0
8
codenotary:
9
signer: [email protected]
0 commit comments