Skip to content

Commit

Permalink
⬆️ Update Add-on base image to v16 (major) (#371)
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 <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored May 23, 2024
1 parent cea1e9a commit 67de6c3
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 @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
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:15.0.9
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:16.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,13 +10,13 @@ ARG BUILD_ARCH=amd64
ARG TAILSCALE_VERSION="v1.66.4"
RUN \
apk add --no-cache \
ethtool=6.6-r0 \
ethtool=6.7-r0 \
ipcalc=1.0.3-r0 \
iproute2=6.6.0-r0 \
iproute2=6.9.0-r0 \
iptables=1.8.10-r3 \
nginx=1.24.0-r16 \
coreutils=9.4-r2 \
networkmanager-common=1.44.4-r0 \
nginx=1.26.0-r1 \
coreutils=9.5-r1 \
networkmanager-common=1.46.0-r0 \
\
&& 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:15.0.9
amd64: ghcr.io/hassio-addons/base/amd64:15.0.9
armv7: ghcr.io/hassio-addons/base/armv7:15.0.9
aarch64: ghcr.io/hassio-addons/base/aarch64:16.0.0
amd64: ghcr.io/hassio-addons/base/amd64:16.0.0
armv7: ghcr.io/hassio-addons/base/armv7:16.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 67de6c3

Please sign in to comment.