mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 11:11:30 +00:00
⬆️ Upgrades add-on base image to 13.1.3
This commit is contained in:
parent
69ad24c55c
commit
d02912f34c
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.3
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -11,10 +11,10 @@ RUN \
|
|||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r3 \
|
||||
cargo=1.64.0-r2 \
|
||||
git=2.38.2-r0 \
|
||||
git=2.38.4-r1 \
|
||||
linux-headers=5.19.5-r0 \
|
||||
openssl-dev=3.0.7-r0 \
|
||||
pkgconf=1.9.3-r0 \
|
||||
openssl-dev=3.0.8-r0 \
|
||||
pkgconf=1.9.4-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
libgcc=12.2.1_git20220924-r4 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:13.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:13.0.0
|
||||
armhf: ghcr.io/hassio-addons/base:13.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:13.0.0
|
||||
i386: ghcr.io/hassio-addons/base:13.0.0
|
||||
aarch64: ghcr.io/hassio-addons/base:13.1.3
|
||||
amd64: ghcr.io/hassio-addons/base:13.1.3
|
||||
armhf: ghcr.io/hassio-addons/base:13.1.3
|
||||
armv7: ghcr.io/hassio-addons/base:13.1.3
|
||||
i386: ghcr.io/hassio-addons/base:13.1.3
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue