Skip to content

Commit

Permalink
msi: Update build env
Browse files Browse the repository at this point in the history
* msys2 20221216.0.0
* Ruby 3.1.3.1

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jan 19, 2023
1 parent bb35b9a commit a33d15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions td-agent/msi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -I
RUN \
choco install -y git wixtoolset 7zip & \
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System' && \
choco install -y msys2 --params /NoUpdate --version=20220904.0.0 && \
choco install ruby -y --version=3.0.4.1 && \
choco install -y msys2 --params /NoUpdate --version=20221216.0.0 && \
choco install ruby -y --version=3.1.3.1 && \
refreshenv && \
ridk install 3 && \
gem install --no-document --force bundler builder

0 comments on commit a33d15b

Please sign in to comment.