From 31a9e69f56af4808f86234b7deb8a6dc6a2add09 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Mon, 17 Jun 2024 02:11:01 +0800 Subject: [PATCH] Fix: dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 763e4ea..21abba1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'