Dockerfile.innernet: remove unused wg_tools_tag ARG

pull/321/head
Matěj Laitl 2024-09-13 11:40:05 +02:00
parent e1fb892366
commit 304ec16c76
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#################################################################################################### ####################################################################################################
FROM golang:bookworm as wireguard FROM golang:bookworm as wireguard
ARG wg_go_tag=0.0.20230223 ARG wg_go_tag=0.0.20230223
ARG wg_tools_tag=v1.0.20210914
RUN mkdir /repo \ RUN mkdir /repo \
&& curl -L https://github.com/WireGuard/wireguard-go/archive/refs/tags/0.0.20230223.tar.gz \ && curl -L https://github.com/WireGuard/wireguard-go/archive/refs/tags/0.0.20230223.tar.gz \