diff --git a/Dockerfile b/Dockerfile index 7bde46c..fcd7069 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN set -x \ 'linux/arm64') export GOARCH=arm64 ;; \ *) echo "Unsupported target: $TARGETPLATFORM" && exit 1 ;; \ esac \ - && go build -ldflags='-w -s' + && go build -ldflags='-w -s' -trimpath FROM alpine:3.18 WORKDIR /app