Skip to content

Commit d2942ff

Browse files
authored
1 parent 7f8b0f0 commit d2942ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluent-package/msi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN \
3131
choco install -y git wixtoolset 7zip && \
3232
# Required CMake 3.x to build cmetrics gem
3333
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 && \
34+
choco install -y msys2 --params /NoUpdate --version=20250221.0.0 && \
35+
choco install ruby -y --version=3.2.8.1 && \
3636
refreshenv && \
3737
ridk install 3 && \
3838
gem install --no-document --force bundler builder

0 commit comments

Comments
 (0)