Skip to content

Commit

Permalink
Merge pull request #10 from bavix/rez1dent3-patch-6
Browse files Browse the repository at this point in the history
v0.28.3
  • Loading branch information
rez1dent3 authored Sep 12, 2024
2 parents a1781a0 + b857e8c commit 3d3f6b0
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.27.0 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
git clone --depth=1 --branch v0.28.3 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 3d3f6b0

Please sign in to comment.