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 12.2.3 (#155)
This commit is contained in:
parent
79cf1e96a0
commit
227d5cb812
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN \
|
|||
git=2.36.2-r0 \
|
||||
linux-headers=5.16.7-r1 \
|
||||
openssl-dev=1.1.1q-r0 \
|
||||
pkgconf=1.8.0-r0 \
|
||||
pkgconf=1.8.0-r1 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
libgcc=11.2.1_git20220219-r2 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.1
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.1
|
||||
armhf: ghcr.io/hassio-addons/base:12.2.1
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.1
|
||||
i386: ghcr.io/hassio-addons/base:12.2.1
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.3
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.3
|
||||
armhf: ghcr.io/hassio-addons/base:12.2.3
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.3
|
||||
i386: ghcr.io/hassio-addons/base:12.2.3
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue