Skip to content

Commit

Permalink
Fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jun 16, 2024
1 parent d79911e commit 31a9e69
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 @@ -15,7 +15,7 @@ COPY ./ ./
RUN apk add --no-cache bash curl git go g++

RUN bash script/build.sh --version=${VERSION} \
---disable-micro -bin-name-no-suffix \
--disable-micro --bin-name-no-suffix \
--force-gcc='gcc -static' --force-g++='g++ -static' \
--more-go-cmd-args='-a -v'

Expand Down

0 comments on commit 31a9e69

Please sign in to comment.