Skip to content

Commit

Permalink
Fix bundler version in prod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Mar 4, 2024
1 parent d34c1e4 commit 13db267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY Gemfile.lock .
COPY package.json .
COPY yarn.lock .

RUN gem install bundler:2.1.4 \
RUN gem install bundler:2.4.1 \
&& gem install --clear-sources --source https://rubygems.org bundler \
&& bundle install --quiet --jobs 4 \
&& yarn install --silent --pure-lockfile
Expand Down

0 comments on commit 13db267

Please sign in to comment.