Skip to content

Commit 627f4a6

Browse files
committed
Use specific webrick version
1 parent de8d0af commit 627f4a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ RUN Install-Ruby -Version $env:RUBY_VERSION -InstallationPath C:\tools\ruby;
124124
# Install webrick gem
125125
#--------------------------------------------------------------------
126126

127-
RUN gem install webrick
127+
ENV WEBRICK_VERSION 1.7.0
128+
129+
RUN gem install webrick -v $env:WEBRICK_VERSION
128130

129131
#--------------------------------------------------------------------
130132
# Install CMake

0 commit comments

Comments
 (0)