Skip to content

Commit

Permalink
try static build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Mar 28, 2024
1 parent 155d3f8 commit 0934510
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 @@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates build-base git
WORKDIR /code

# Download dependencies and CosmWasm libwasmvm if found.
ADD go.mod go.sum ./
ADD go.mod go.sum ibc-go ./
RUN set -eux; \
export ARCH=$(uname -m); \
WASM_VERSION=$(go list -m all | grep github.com/CosmWasm/wasmvm | awk '{print $2}'); \
Expand Down

0 comments on commit 0934510

Please sign in to comment.