Skip to content

Commit 7b1d3b7

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

grafana/Dockerfile

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

@@ -30,12 +30,12 @@ RUN \
3030
&& if [ "${BUILD_ARCH}" = "amd64" ]; then \
3131
apt-get install -y --no-install-recommends \
3232
libasound2=1.2.8-1+b1 \
33-
libcups2=2.4.2-3+deb12u7 \
33+
libcups2=2.4.2-3+deb12u8 \
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+deb12u3 \
38-
libgtk-3-0=3.24.38-2~deb12u2 \
37+
libglib2.0-0=2.74.6-2+deb12u4 \
38+
libgtk-3-0=3.24.38-2~deb12u3 \
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.5.1
4-
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.5.1
5-
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.5.1
3+
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.5.2
4+
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.5.2
5+
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.5.2
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)