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