We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1687f72 commit 7a273d9Copy full SHA for 7a273d9
internal/test/Dockerfile
@@ -42,5 +42,7 @@ RUN bundle install && \
42
bundle exec gem build ops-manifest.gemspec && \
43
gem install ops-manifest-*.gem --no-document && \
44
gem uninstall json && \
45
- gem install json --version 2.7.1
+ gem install json --version 2.7.1 && \
46
+ gem uninstall concurrent-ruby --force && \
47
+ gem install concurrent-ruby --version 1.3.4
48
RUN which ops-manifest
0 commit comments