Skip to content

Commit

Permalink
chore: update Dockerfile-node to delete 3.2.0 gems
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 23, 2024
1 parent fe10bdd commit ef9d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ADD Gemfile .
ADD Gemfile.lock .
ADD lib/pact/cli/version.rb ./lib/pact/cli/version.rb
RUN bundle install --without test development --deployment true \
&& find /usr/lib/ruby/gems/3.1.0/gems -name Gemfile.lock -maxdepth 2 -delete
&& find /usr/lib/ruby/gems/3.2.0/gems -name Gemfile.lock -maxdepth 2 -delete
ADD docker/entrypoint.sh $HOME/entrypoint.sh
ADD bin ./bin
ADD lib ./lib
Expand Down

0 comments on commit ef9d360

Please sign in to comment.