diff --git a/Dockerfile.template.erb b/Dockerfile.template.erb index bdf14b4..5691658 100644 --- a/Dockerfile.template.erb +++ b/Dockerfile.template.erb @@ -74,7 +74,7 @@ RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; iex ( # NOTE: For avoiding stalling with docker build on windows, we must use latest version of msys2. RUN choco install -y ruby --version 3.1.3.1 --params "'/InstallDir:C:\ruby31'" \ -&& choco install -y msys2 --version 20231026.0.0 --params "'/NoPath /NoUpdate /InstallDir:C:\ruby31\msys64'" +&& choco install -y msys2 --version 20240113.0.0 --params "'/NoPath /NoUpdate /InstallDir:C:\ruby31\msys64'" RUN refreshenv \ && ridk install 3 \ && echo gem: --no-document >> C:\ProgramData\gemrc \