|
|
@@ -1,7 +1,7 @@
|
|
|
FROM golang:1.17 AS build
|
|
|
WORKDIR /go/src/github.com/zricethezav/gitleaks
|
|
|
COPY . .
|
|
|
-RUN VERSION=$(git tag | tail -1) && \
|
|
|
+RUN VERSION=$(git describe --tags --abbrev=0) && \
|
|
|
GO111MODULE=on CGO_ENABLED=0 go build -o bin/gitleaks -ldflags "-X="github.com/zricethezav/gitleaks/v8/cmd.Version=${VERSION}
|
|
|
|
|
|
FROM alpine:3.14.2
|