Skip to content

Commit

Permalink
Dockerfile.innernet: actually use the wg_go_tag ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
strohel committed Sep 13, 2024
1 parent 304ec16 commit a843bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-tests/Dockerfile.innernet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:bookworm as wireguard
ARG wg_go_tag=0.0.20230223

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/${wg_go_tag}.tar.gz \
| tar -xzC /repo --strip-components=1 \
&& cd /repo \
&& CGO_ENABLED=0 make
Expand Down

0 comments on commit a843bb5

Please sign in to comment.