Skip to content

Commit

Permalink
update used bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jul 29, 2019
1 parent 3b7a09b commit e1d8118
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 @@ -5,7 +5,7 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresq
# enable utf8 in irb
ENV LANG C.UTF-8

RUN gem install bundler --version 2.0.1
RUN gem install bundler --version 2.0.2

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit e1d8118

Please sign in to comment.