We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35d317 commit bd89399Copy full SHA for bd89399
scripts/builder.Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends software-proper
13
RUN dpkg --add-architecture i386 \
14
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys D43F640145369C51D786DDEA76F1A20FF987672F \
15
&& 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
+ && apt-get update && apt-get install -y --no-install-recommends winehq-stable=6.0.2~bullseye-1
17
ENV WINEDEBUG -all,err+all
18
ENV WINEDLLOVERRIDES winemenubuilder.exe=d
19
0 commit comments