Skip to content

Commit

Permalink
fix: use bundler v 2.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jul 31, 2024
1 parent ef69bbe commit fb80128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app

RUN gem install bundler -v '>= 2.0'
RUN gem install bundler -v '2.3.27'
RUN bundle install --without development
COPY . /app

Expand Down

0 comments on commit fb80128

Please sign in to comment.