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 10c41db commit 0e79953Copy full SHA for 0e79953
2 files changed
grafana/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.8.2
+ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.8.3
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.8.2
- amd64: ghcr.io/hassio-addons/debian-base/amd64:7.8.2
5
- armv7: ghcr.io/hassio-addons/debian-base/armv7:7.8.2
+ aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.8.3
+ amd64: ghcr.io/hassio-addons/debian-base/amd64:7.8.3
+ armv7: ghcr.io/hassio-addons/debian-base/armv7:7.8.3
6
codenotary:
7
base_image: codenotary@frenck.dev
8
signer: codenotary@frenck.dev
0 commit comments