From b4c7258ba28827668274256abda9c94f11b39482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:41:28 +0200 Subject: [PATCH] fix? dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bbf929619a..e305d4d292a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY go.sum . RUN go mod download -RUN make build +RUN BUILD_TAGS=muslc LINK_STATICALLY=true make build FROM alpine:3.18 ARG IBC_GO_VERSION