From 60cd0e46789a3168bcf4b25a7c536c45a5f44dea Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 21 Jul 2016 18:38:53 -0400 Subject: [PATCH] windows-x64: Bump MXE to 2016-07-21 --- windows-x64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-x64/Dockerfile b/windows-x64/Dockerfile index 9916dae..988e18a 100644 --- a/windows-x64/Dockerfile +++ b/windows-x64/Dockerfile @@ -48,10 +48,10 @@ ENV WINEARCH win64 RUN wine hostname WORKDIR /usr/src -# mxe master 2016-04-09 +# mxe master 2016-07-21 RUN git clone https://github.com/mxe/mxe.git && \ cd mxe && \ - git checkout 4accc990de7741f4d5aa37e368a732f3d47d803a + git checkout 041ab69b457edd7b9944e6ae7b85f915e2596c2c WORKDIR /usr/src/mxe COPY settings.mk /usr/src/mxe/ RUN make -j$(nproc)