mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
Bump related deps
This commit is contained in:
parent
5c37e01319
commit
9b81d04dbe
1 changed files with 5 additions and 5 deletions
|
@ -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.38.5-r0 \
|
git=2.40.1-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
go=1.19.9-r0 \
|
go=1.20.4-r0 \
|
||||||
iptables=1.8.8-r2 \
|
iptables=1.8.9-r2 \
|
||||||
libqrencode=4.1.1-r1 \
|
libqrencode=4.1.1-r1 \
|
||||||
openresolv=3.12.0-r1 \
|
openresolv=3.13.1-r0 \
|
||||||
wireguard-tools=1.0.20210914-r1 \
|
wireguard-tools=1.0.20210914-r3 \
|
||||||
\
|
\
|
||||||
&& 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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue