Skip to content

Commit

Permalink
chore: Add -trimpath build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 20, 2024
1 parent 61c17f0 commit 7681f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -x \
'linux/arm64') export GOARCH=arm64 ;; \
*) echo "Unsupported target: $TARGETPLATFORM" && exit 1 ;; \
esac \
&& go install -ldflags='-w -s' github.com/cloudflare/cloudflare-go/cmd/[email protected]
&& go install -ldflags='-w -s' -trimpath github.com/cloudflare/cloudflare-go/cmd/[email protected]

FROM b3vis/borgmatic:1.8.13
WORKDIR /data
Expand Down

0 comments on commit 7681f8b

Please sign in to comment.