Skip to content

Commit

Permalink
Merge pull request #12 from bavix/rez1dent3-patch-7
Browse files Browse the repository at this point in the history
v0.28.4 release
  • Loading branch information
rez1dent3 authored Dec 18, 2024
2 parents e3396c0 + e18f976 commit 4cd42bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.20 as builder
FROM golang:1.23-alpine3.21 as builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

LABEL org.opencontainers.image.source=https://github.com/mudler/edgevpn
LABEL org.opencontainers.image.description="⛵ The immutable, decentralized, statically built p2p VPN without any central server and automatic discovery! Create decentralized introspectable tunnels over p2p with shared tokens"
Expand All @@ -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.28.3 https://github.com/mudler/edgevpn.git /tmp/edgevpn &&\
git clone --depth=1 --branch v0.28.4 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 4cd42bd

Please sign in to comment.