From 984576b1fcb68b4d11c34bacd2513e121b7a9fdf Mon Sep 17 00:00:00 2001 From: iurii Date: Wed, 30 Oct 2024 15:07:40 +0200 Subject: [PATCH] use allocator --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 381abaea1f..79bc78571d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ COMMIT=$(git rev-parse HEAD) && \ VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) --always) && \ CGO_ENABLED=1 GOOS=linux go install \ - -tags="blst_enabled,jemalloc" \ + -tags="blst_enabled,jemalloc,allocator" \ -ldflags "-X main.Commit=$COMMIT -X main.Version=$VERSION -linkmode external -extldflags \"-static -lm\"" \ ./cmd/ssvnode