Skip to content

Commit

Permalink
fix ruby bundler version incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Jan 25, 2024
1 parent 4dd8d3c commit cd0d07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /usr/src/app
# setup okteto message
COPY bashrc /root/.bashrc

RUN gem install bundler
# TODO: Forcing bundler version because v2.4.22 was the last one to support ruby v2. We should remove this once we upgrade to ruby v3
RUN gem install bundler -v 2.4.22

CMD ["bash"]

0 comments on commit cd0d07e

Please sign in to comment.