diff --git a/Dockerfile b/Dockerfile index 326f40c..831d2b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN update-ca-certificates RUN go install github.com/a-h/templ/cmd/templ@latest -ARG GIT_TAG=$(git describe --tags --exact-match 2>/dev/null || git rev-parse --abbrev-ref HEAD) +ARG GIT_TAG="unknown" RUN GO_ENABLED=0 GOOS=linux go build \ -ldflags "-X debtrecyclingcalc.com/internal/buildinfo.GitTag=${GIT_TAG}"\