Skip to content

Commit 83a9fa3

Browse files
authored
Update Dockerfile
1 parent 64553bc commit 83a9fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN apt update && \
1212
# Build and install patched WINE (see https://github.com/msys2/MSYS2-packages/issues/682)
1313
RUN git clone --filter=tree:0 https://gitlab.winehq.org/jhol/wine.git /tmp/winesrc && \
1414
cd /tmp/winesrc && \
15-
# https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-20
16-
git checkout e13721a94fe6af97dbb5242c02d35f494899f2c1 && \
15+
# https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-21
16+
git checkout 8ea3a1155e80d004aeeb5651f51e07d96a37a78c && \
1717
./configure --disable-tests --enable-win64 --with-mingw --enable-archs=x86_64,i386 && \
1818
make -j $(nproc) && \
1919
env DESTDIR=/wine make -j $(nproc) install && \

0 commit comments

Comments
 (0)