Skip to content

Commit e2eeef3

Browse files
authored
Backport: msi: update toolchains (#815) (#823)
* https://community.chocolatey.org/packages/msys2/20241208.0.0 * https://community.chocolatey.org/packages/ruby/3.2.8.1 20230718 is too old, so it causes missing archives on mirror sites. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent b96e455 commit e2eeef3

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=20230718.0.0 && \
35-
choco install ruby -y --version=3.2.6.1 && \
34+
choco install -y msys2 --params /NoUpdate --version=20241208.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)