Skip to content

Commit 64d2c37

Browse files
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8 (#1030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 1434ae1 commit 64d2c37

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "deb",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
28+
"depNameTemplate": "debian_13/{{{replace 'openssh-client' 'openssh' package}}}"
2929
},
3030
{
3131
"customType": "regex",

vscode/Dockerfile

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.3
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:8.1.4
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -27,28 +27,28 @@ RUN \
2727
apt-get update \
2828
\
2929
&& apt-get install -y --no-install-recommends \
30-
ack=3.6.0-1 \
31-
libarchive-tools=3.6.2-1+deb12u2 \
32-
build-essential=12.9 \
33-
colordiff=1.0.20-1 \
34-
git=1:2.39.5-0+deb12u2 \
35-
iputils-ping=3:20221126-1+deb12u1 \
36-
locales=2.36-9+deb12u7 \
37-
mariadb-client=1:10.11.14-0+deb12u2 \
38-
mosquitto-clients=2.0.11-1.2+deb12u1 \
39-
net-tools=2.10-0.1+deb12u2 \
40-
nmap=7.93+dfsg1-1 \
41-
openssh-client=1:9.2p1-2+deb12u7 \
42-
openssl=3.0.17-1~deb12u3 \
43-
python3-dev=3.11.2-1+b1 \
44-
python3-venv=3.11.2-1+b1 \
45-
python3=3.11.2-1+b1 \
46-
unzip=6.0-28 \
47-
uuid-runtime=2.38.1-5+deb12u1 \
48-
wget>=1.21.3-1+b2 \
49-
zip=3.0-13 \
50-
zsh=5.9-4+b6 \
51-
less=590-2.1~deb12u2 \
30+
ack=3.8.1-1 \
31+
libarchive-tools=3.7.4-4 \
32+
build-essential=12.12 \
33+
colordiff=1.0.21-1 \
34+
git=1:2.47.3-0+deb13u1 \
35+
iputils-ping=3:20240905-3 \
36+
locales=2.41-12 \
37+
mariadb-client=1:11.8.3-0+deb13u1 \
38+
mosquitto-clients=2.0.21-1 \
39+
net-tools=2.10-1.3 \
40+
nmap=7.95+dfsg-3 \
41+
openssh-client=1:10.0p1-7 \
42+
openssl=3.5.1-1+deb13u1 \
43+
python3-dev=3.13.5-1 \
44+
python3-venv=3.13.5-1 \
45+
python3=3.13.5-1 \
46+
unzip=6.0-29 \
47+
uuid-runtime=2.41-5 \
48+
wget=1.25.0-2 \
49+
zip=3.0-15 \
50+
zsh=5.9-8+b14 \
51+
less=668-1 \
5252
\
5353
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
5454
&& locale-gen \

vscode/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/debian-base:7.8.3
4-
amd64: ghcr.io/hassio-addons/debian-base:7.8.3
3+
aarch64: ghcr.io/hassio-addons/debian-base:8.1.4
4+
amd64: ghcr.io/hassio-addons/debian-base:8.1.4

0 commit comments

Comments
 (0)