Skip to content

Commit

Permalink
Update bundler version in rails dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Oct 11, 2023
1 parent 483f7d6 commit 5c1fc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rails.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash && \
npm install -g yarn

RUN bash -c 'gem install bundler -v 2.4.15'
RUN bash -c 'gem install bundler -v 2.4.19'

COPY ./rails-entrypoint /usr/local/bin
COPY ./webpack-entrypoint /usr/local/bin
Expand Down

0 comments on commit 5c1fc0e

Please sign in to comment.