Update Dockerfile.mingw

pull/2176/head
c6ForH66 2024-06-16 09:19:57 +08:00 committed by GitHub
parent 727082cf0d
commit e01f5e81e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ RUN tar xf zlib-1.3.1.tar.gz && \
--static && \
make -j$(nproc) install
RUN tar xf c-ares-1.26.0.tar.gz && \
cd c-ares-1.26.0 && \
RUN tar xf c-ares-1.30.0.tar.gz && \
cd c-ares-1.30.0 && \
./configure \
--disable-shared \
--enable-static \