Skip to content

Commit 7011ffd

Browse files
⬆️ Update Add-on base image to v17 (major) (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 88259a2 commit 7011ffd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_20/{{package}}"
28+
"depNameTemplate": "alpine_3_21/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

tailscale/Dockerfile

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

@@ -10,13 +10,13 @@ ARG BUILD_ARCH=amd64
1010
ARG TAILSCALE_VERSION="v1.78.1"
1111
RUN \
1212
apk add --no-cache \
13-
ethtool=6.7-r0 \
13+
ethtool=6.11-r0 \
1414
ipcalc=1.0.3-r0 \
15-
iproute2=6.9.0-r0 \
16-
iptables=1.8.10-r3 \
17-
nginx=1.26.2-r0 \
15+
iproute2=6.11.0-r0 \
16+
iptables=1.8.10-r5 \
17+
nginx=1.26.2-r3 \
1818
coreutils=9.5-r1 \
19-
networkmanager-common=1.46.2-r0 \
19+
networkmanager-cli=1.50.0-r3 \
2020
\
2121
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
2222
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \

tailscale/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/base/aarch64:16.3.6
4-
amd64: ghcr.io/hassio-addons/base/amd64:16.3.6
5-
armv7: ghcr.io/hassio-addons/base/armv7:16.3.6
3+
aarch64: ghcr.io/hassio-addons/base/aarch64:17.0.0
4+
amd64: ghcr.io/hassio-addons/base/amd64:17.0.0
5+
armv7: ghcr.io/hassio-addons/base/armv7:17.0.0
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)