Skip to content

Commit

Permalink
Merge pull request #7 from bavix/rez1dent3-patch-4
Browse files Browse the repository at this point in the history
v0.26.1
  • Loading branch information
rez1dent3 authored Jun 23, 2024
2 parents 5c3d68d + a9799f0 commit 11d44a8
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
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses=Apache-2.0
ARG version

RUN apk --no-cache add git &&\
git clone --depth=1 --branch v0.25.3 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
git clone --depth=1 --branch v0.26.1 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
cd /tmp/edgevpn &&\
export commit=$(git rev-parse HEAD) &&\
go build -v -ldflags "-s -w -X 'github.com/mudler/edgevpn/internal.Version=${version:-dev}' -X 'github.com/mudler/edgevpn/internal.Commit=${commit:-dev}'" -o /edgevpn &&\
Expand Down

0 comments on commit 11d44a8

Please sign in to comment.