diff --git a/wine/entrypoint.sh b/wine/entrypoint.sh index 0822d399..fb1e11a2 100644 --- a/wine/entrypoint.sh +++ b/wine/entrypoint.sh @@ -108,7 +108,7 @@ if [[ $WINETRICKS_RUN =~ mono ]]; then WINETRICKS_RUN=${WINETRICKS_RUN/mono} if [ ! -f "$WINEPREFIX/mono.msi" ]; then - wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/9.0.0/wine-mono-9.0.0-x86.msi + wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/9.1.0/wine-mono-9.1.0-x86.msi fi wine msiexec /i $WINEPREFIX/mono.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log diff --git a/wine/staging/Dockerfile b/wine/staging/Dockerfile index d4d3417c..c6df9d87 100644 --- a/wine/staging/Dockerfile +++ b/wine/staging/Dockerfile @@ -75,7 +75,7 @@ RUN mkdir -pm755 /etc/apt/keyrings RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources RUN apt update -RUN apt install --install-recommends winehq-staging cabextract -y +RUN apt install --install-recommends winehq-staging winbind cabextract -y # Set up Winetricks RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks