Skip to content

Commit

Permalink
fix? dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 14, 2024
1 parent 71fb1b1 commit b4c7258
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 @@ -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
Expand Down

0 comments on commit b4c7258

Please sign in to comment.