mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#312)
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
a86a42eb5b
commit
2f12cf7a50
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
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 \
|
||||||
git=2.43.4-r0 \
|
git=2.45.1-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
go=1.21.10-r0 \
|
go=1.22.3-r0 \
|
||||||
iptables=1.8.10-r3 \
|
iptables=1.8.10-r3 \
|
||||||
libqrencode-tools=4.1.1-r2 \
|
libqrencode-tools=4.1.1-r2 \
|
||||||
openresolv=3.13.2-r0 \
|
openresolv=3.13.2-r0 \
|
||||||
wireguard-tools=1.0.20210914-r3 \
|
wireguard-tools=1.0.20210914-r4 \
|
||||||
\
|
\
|
||||||
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
|
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
|
||||||
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \
|
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:15.0.9
|
aarch64: ghcr.io/hassio-addons/base:16.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:15.0.9
|
amd64: ghcr.io/hassio-addons/base:16.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:15.0.9
|
armv7: ghcr.io/hassio-addons/base:16.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