diff --git a/Dockerfile b/Dockerfile index b7f2861..98ded62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /app COPY . . RUN apk add git -RUN go mod download RUN VERSION=$(git describe --exact-match 2>/dev/null || git rev-parse --short HEAD) RUN go build -ldflags="-X github.com/sundowndev/goreleaser-template/version.Version=${VERSION}" -v -o myproject .