Skip to content

Commit

Permalink
fix v0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 10, 2024
1 parent fd1b64b commit d2e03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22-alpine3.19 as builder

RUN apk --no-cache add git &&\
git clone --depth=1 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
git clone --depth=1 --branch v0.24.6 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
cd /tmp/edgevpn &&\
go build -v -ldflags "-s -w" -o /edgevpn &&\
cd - &&\
Expand Down

0 comments on commit d2e03bf

Please sign in to comment.