Skip to content

Commit

Permalink
⬆️ Update Add-on base image to v17 (major) (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
renovate[bot] and frenck authored Dec 7, 2024
1 parent 88259a2 commit 7011ffd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
},
{
"customType": "regex",
Expand Down
12 changes: 6 additions & 6 deletions tailscale/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:16.3.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:17.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,13 +10,13 @@ ARG BUILD_ARCH=amd64
ARG TAILSCALE_VERSION="v1.78.1"
RUN \
apk add --no-cache \
ethtool=6.7-r0 \
ethtool=6.11-r0 \
ipcalc=1.0.3-r0 \
iproute2=6.9.0-r0 \
iptables=1.8.10-r3 \
nginx=1.26.2-r0 \
iproute2=6.11.0-r0 \
iptables=1.8.10-r5 \
nginx=1.26.2-r3 \
coreutils=9.5-r1 \
networkmanager-common=1.46.2-r0 \
networkmanager-cli=1.50.0-r3 \
\
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \
Expand Down
6 changes: 3 additions & 3 deletions tailscale/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:16.3.6
amd64: ghcr.io/hassio-addons/base/amd64:16.3.6
armv7: ghcr.io/hassio-addons/base/armv7:16.3.6
aarch64: ghcr.io/hassio-addons/base/aarch64:17.0.0
amd64: ghcr.io/hassio-addons/base/amd64:17.0.0
armv7: ghcr.io/hassio-addons/base/armv7:17.0.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev

0 comments on commit 7011ffd

Please sign in to comment.