Skip to content

Commit

Permalink
changed wireguard-go version with last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBarone authored and adamjensenbot committed Nov 27, 2023
1 parent 978cfd2 commit 1a9bc6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/liqonet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:1.21.4 as goBuilder-wg

ARG VERSION=0.0.20230223

ARG VERSION=2e0774f246fb4fc1bd5cb44584d033038c89174e
# change with "go install git.zx2c4.com/wireguard-go"
# waiting for https://github.com/WireGuard/wireguard-go/pull/87 to be merged
RUN git clone -b ${VERSION} https://git.zx2c4.com/wireguard-go
RUN git clone https://git.zx2c4.com/wireguard-go
WORKDIR /go/wireguard-go
RUN git checkout $VERSION
RUN CGO_ENABLED=0 make

FROM golang:1.21.4 as goBuilder
Expand Down

0 comments on commit 1a9bc6f

Please sign in to comment.