Skip to content

Commit

Permalink
Merge pull request #1026 from tripleee/dockerfile-bundler-pin-old-ver…
Browse files Browse the repository at this point in the history
…sion

hardcode bundler version to install
  • Loading branch information
tripleee authored Nov 21, 2024
2 parents b57f107 + 6615a63 commit 6f06bdf
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 @@ -44,7 +44,7 @@ COPY . .

ENV RUBYOPT="-KU -E utf-8:utf-8"
ENV PATH="${PATH}:/redis-git/src/redis-cli:/redis-git/src/redis-server"
RUN gem install bundler
RUN gem install bundler -v 2.4.22
RUN bundle update --bundler
RUN bundle install
RUN ./createdb
Expand Down

0 comments on commit 6f06bdf

Please sign in to comment.