Skip to content

Commit dd65573

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

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.4.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.5.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -35,7 +35,7 @@ RUN \
3535
libdrm-amdgpu1=2.4.114-1+b1 \
3636
libgbm1=22.3.6-1+deb12u1 \
3737
libglib2.0-0=2.74.6-2+deb12u3 \
38-
libgtk-3-0=3.24.38-2~deb12u1 \
38+
libgtk-3-0=3.24.38-2~deb12u2 \
3939
libnss3=2:3.87.1-1 \
4040
libx11-6=2:1.8.4-2+deb12u2 \
4141
libx11-xcb1=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.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
3+
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.5.0
4+
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.5.0
5+
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.5.0
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)