Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# renovate: deb=winehq-stable registry=https://dl.winehq.org/wine-builds/debian?components=main&binaryArch=i386&suite=trixie versioning=regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)\.(?<build>\d+)~(?<compatibility>.*)-(?<revision>\d+)
ARG WINE_VERSION=11.0.0.0~trixie-1
# renovate: custom.dotnet-sdk=dotnet-sdk
ARG DOTNET_VERSION=10.0.201
ARG DOTNET_VERSION=10.0.202
# Version 5.0.2 is the latest version of WiX Toolset that does not require Open Source Maintenance Fee.
# https://github.com/wixtoolset/wix/blob/ffbfeb3c0b9cb8084bd366404c0cb06d42e8caaf/OSMFEULA.txt
ARG WIXTOOLSET_VERSION=5.0.2
Expand Down