Skip to content

Commit bd89399

Browse files
committed
builder docker: Update Wine
The previous verison is no longer available.
1 parent b35d317 commit bd89399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends software-proper
1313
RUN dpkg --add-architecture i386 \
1414
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys D43F640145369C51D786DDEA76F1A20FF987672F \
1515
&& apt-add-repository https://dl.winehq.org/wine-builds/debian \
16-
&& apt-get update && apt-get install -y --no-install-recommends winehq-stable=6.0.1~bullseye-1
16+
&& apt-get update && apt-get install -y --no-install-recommends winehq-stable=6.0.2~bullseye-1
1717
ENV WINEDEBUG -all,err+all
1818
ENV WINEDLLOVERRIDES winemenubuilder.exe=d
1919

0 commit comments

Comments
 (0)