Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#185)
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 17, 2023
1 parent e4db3f9 commit 83fe389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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_17/{{package}}"
"depNameTemplate": "alpine_3_18/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
16 changes: 8 additions & 8 deletions zerotier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.10.6"
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.64.0-r2 \
git=2.38.5-r0 \
linux-headers=5.19.5-r0 \
openssl-dev=3.0.8-r4 \
pkgconf=1.9.4-r0 \
cargo=1.69.0-r5 \
git=2.40.1-r0 \
linux-headers=6.3-r0 \
openssl-dev=3.1.0-r4 \
pkgconf=1.9.5-r0 \
\
&& apk add --no-cache \
libgcc=12.2.1_git20220924-r4 \
libstdc++=12.2.1_git20220924-r4 \
libgcc=12.2.1_git20220924-r10 \
libstdc++=12.2.1_git20220924-r10 \
\
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
Expand Down
10 changes: 5 additions & 5 deletions zerotier/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:13.2.2
amd64: ghcr.io/hassio-addons/base:13.2.2
armhf: ghcr.io/hassio-addons/base:13.2.2
armv7: ghcr.io/hassio-addons/base:13.2.2
i386: ghcr.io/hassio-addons/base:13.2.2
aarch64: ghcr.io/hassio-addons/base:14.0.0
amd64: ghcr.io/hassio-addons/base:14.0.0
armhf: ghcr.io/hassio-addons/base:14.0.0
armv7: ghcr.io/hassio-addons/base:14.0.0
i386: ghcr.io/hassio-addons/base:14.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 83fe389

Please sign in to comment.