mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-07 04:31:26 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
e2289070b7
commit
10a955aa5d
3 changed files with 12 additions and 12 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -25,7 +25,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2"
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
cargo=1.76.0-r0 \
|
cargo=1.83.0-r0 \
|
||||||
git=2.43.5-r0 \
|
git=2.47.1-r0 \
|
||||||
linux-headers=6.5-r0 \
|
linux-headers=6.6-r1 \
|
||||||
openssl-dev=3.1.7-r1 \
|
openssl-dev=3.3.2-r4 \
|
||||||
pkgconf=2.1.0-r0 \
|
pkgconf=2.3.0-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
libgcc=13.2.1_git20231014-r0 \
|
libgcc=14.2.0-r4 \
|
||||||
libstdc++=13.2.1_git20231014-r0 \
|
libstdc++=14.2.0-r4 \
|
||||||
\
|
\
|
||||||
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
|
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
|
||||||
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:15.0.8
|
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:15.0.8
|
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:15.0.8
|
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue