Commit 7b1d3b7 1 parent e11c6cd commit 7b1d3b7 Copy full SHA for 7b1d3b7
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
2
2
# hadolint ignore=DL3006
3
3
FROM ${BUILD_FROM}
4
4
@@ -30,12 +30,12 @@ RUN \
30
30
&& if [ "${BUILD_ARCH}" = "amd64" ]; then \
31
31
apt-get install -y --no-install-recommends \
32
32
libasound2=1.2.8-1+b1 \
33
- libcups2=2.4.2-3+deb12u7 \
33
+ libcups2=2.4.2-3+deb12u8 \
34
34
libdbus-1-3=1.14.10-1~deb12u1 \
35
35
libdrm-amdgpu1=2.4.114-1+b1 \
36
36
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 \
39
39
libnss3=2:3.87.1-1 \
40
40
libx11-6=2:1.8.4-2+deb12u2 \
41
41
libx11-xcb1=2:1.8.4-2+deb12u2 \
Original file line number Diff line number Diff line change 1
1
---
2
2
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
6
6
codenotary :
7
7
8
8
You can’t perform that action at this time.
0 commit comments