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 7f8b0f0 commit d2942ffCopy full SHA for d2942ff
fluent-package/msi/Dockerfile
@@ -31,8 +31,8 @@ RUN \
31
choco install -y git wixtoolset 7zip && \
32
# Required CMake 3.x to build cmetrics gem
33
choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System' && \
34
- choco install -y msys2 --params /NoUpdate --version=20241208.0.0 && \
35
- 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 && \
36
refreshenv && \
37
ridk install 3 && \
38
gem install --no-document --force bundler builder
0 commit comments