diff --git a/Dockerfile b/Dockerfile index 9ecf38cd..301fc28e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN curl -sL \ --version=${VERSION} \ --bin-name-no-suffix \ --force-gcc='gcc -static --static' \ - --force-g++='g++ -static --static' + --force-gxx='g++ -static --static' FROM alpine:latest