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 de8d0af commit 627f4a6Copy full SHA for 627f4a6
tools/Dockerfile
@@ -124,7 +124,9 @@ RUN Install-Ruby -Version $env:RUBY_VERSION -InstallationPath C:\tools\ruby;
124
# Install webrick gem
125
#--------------------------------------------------------------------
126
127
-RUN gem install webrick
+ENV WEBRICK_VERSION 1.7.0
128
+
129
+RUN gem install webrick -v $env:WEBRICK_VERSION
130
131
132
# Install CMake
0 commit comments