Explorar o código

Fix Dockerfile.mingw

Patch from Adam Baxter
Tatsuhiro Tsujikawa %!s(int64=10) %!d(string=hai) anos
pai
achega
4b924702bc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Dockerfile.mingw

+ 2 - 2
Dockerfile.mingw

@@ -53,8 +53,8 @@ RUN cd expat-2.1.0 && \
     --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
     make install
 
-RUN tar xf sqlite-autoconf-3080700.tar.gz
-RUN cd sqlite-autoconf-3080700 && \
+RUN tar xf sqlite-autoconf-3080803.tar.gz
+RUN cd sqlite-autoconf-3080803 && \
     ./configure \
     --disable-shared \
     --enable-static \