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

Commit 74262f5

Browse files
committed
Run update.sh
1 parent 81676c5 commit 74262f5

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 5.0.0
9+
ENV RAILS_VERSION 5.0.0.1
1010

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

0 commit comments

Comments
 (0)