Update dependencies

This commit is contained in:
Franck Nijhof 2025-02-16 20:45:09 +01:00
parent baf5995b2a
commit 43605f2fb4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -10,18 +10,18 @@ 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.45.3-r0 \ git=2.47.2-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
go=1.22.10-r0 \ go=1.23.6-r0 \
iptables=1.8.10-r3 \ iptables=1.8.11-r1 \
libqrencode-tools=4.1.1-r2 \ libqrencode-tools=4.1.1-r2 \
openresolv=3.13.2-r0 \ openresolv=3.13.2-r1 \
wireguard-tools=1.0.20210914-r4 \ 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 \
&& git clone --branch "0.0.20230223" --depth=1 \ && git clone --branch "master" --depth=1 \
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
\ \
&& cd /tmp/wireguard \ && cd /tmp/wireguard \