diff --git a/Containerfile b/Containerfile index 9ce42f0..76ec03b 100644 --- a/Containerfile +++ b/Containerfile @@ -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