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
4 changes: 2 additions & 2 deletions fluent-package/msi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN \
choco install -y git wixtoolset 7zip && \
# Required CMake 3.x to build cmetrics gem
choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System' && \
choco install -y msys2 --params /NoUpdate --version=20241208.0.0 && \
choco install ruby -y --version=3.2.6.1 && \
choco install -y msys2 --params /NoUpdate --version=20250221.0.0 && \
choco install ruby -y --version=3.2.8.1 && \
refreshenv && \
ridk install 3 && \
gem install --no-document --force bundler builder