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 d300692 commit b959816Copy full SHA for b959816
Dockerfile
@@ -42,7 +42,7 @@ WORKDIR /app
42
COPY .ruby-version grpc-web.gemspec Gemfile Gemfile.lock /app/
43
COPY lib/grpc_web/version.rb /app/lib/grpc_web/
44
45
-RUN gem install bundler -v 2.3.27 \
+RUN gem install bundler -v 2.4.22 \
46
&& bundle config --global frozen 1 \
47
&& bundle install -j4 --retry 3 \
48
# Remove unneeded files (cached *.gem, *.o, *.c)
0 commit comments