containerfile: build pcmt with -trimpath [skip ci]

This commit is contained in:
surtur 2023-07-19 17:23:55 +02:00
parent 7256007b33
commit 4ceb19f4dc
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -27,7 +27,7 @@ WORKDIR /go/pcmt
RUN apk add --no-cache npm=9.1.2-r0 \
&& go generate -v . \
&& CGO_ENABLED=0 GOLDFLAGS="-s -w -X main.version=${VERSION:-prod}" \
go build -v .
go build -trimpath -v .
FROM docker.io/immawanderer/scratch-cacerts:linux-amd64