Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 81676c5

Browse files
authored
Merge pull request #44 from plusjeff/rails-5.0.0
Upgrade to Rails 5.0.0
2 parents bd6822c + 15389f3 commit 81676c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y nodejs --no-install-recommends && rm -r
66
# see http://guides.rubyonrails.org/command_line.html#rails-dbconsole
77
RUN apt-get update && apt-get install -y mysql-client postgresql-client sqlite3 --no-install-recommends && rm -rf /var/lib/apt/lists/*
88

9-
ENV RAILS_VERSION 4.2.6
9+
ENV RAILS_VERSION 5.0.0
1010

1111
RUN gem install rails --version "$RAILS_VERSION"

0 commit comments

Comments
 (0)