Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 24, 2024
1 parent 232d646 commit 1396525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wireguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
git=2.43.4-r0 \
git=2.45.1-r0 \
\
&& apk add --no-cache \
go=1.21.10-r0 \
go=1.22.3-r0 \
iptables=1.8.10-r3 \
libqrencode-tools=4.1.1-r2 \
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/iptables \
Expand Down

0 comments on commit 1396525

Please sign in to comment.