Fix: dockerfile

This commit is contained in:
zijiren233 2024-06-17 02:11:01 +08:00
parent d79911e781
commit 31a9e69f56
1 changed files with 1 additions and 1 deletions

View File

@ -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'