Skip to content

Commit 7576e6b

Browse files
⬆️ Update Add-on base image to v7.4.0 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 0ad09f3 commit 7576e6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

grafana/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.4
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.4.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -34,7 +34,7 @@ RUN \
3434
libdbus-1-3=1.14.10-1~deb12u1 \
3535
libdrm-amdgpu1=2.4.114-1+b1 \
3636
libgbm1=22.3.6-1+deb12u1 \
37-
libglib2.0-0=2.74.6-2 \
37+
libglib2.0-0=2.74.6-2+deb12u3 \
3838
libgtk-3-0=3.24.38-2~deb12u1 \
3939
libnss3=2:3.87.1-1 \
4040
libx11-6=2:1.8.4-2+deb12u2 \

grafana/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.4
4-
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.4
5-
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.4
3+
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.4.0
4+
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.4.0
5+
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.4.0
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)