Use Ruby 2.7.1
This commit is contained in:
parent
76f4ec35e2
commit
958fa30f6b
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.6
|
FROM ruby:2.7
|
||||||
|
|
||||||
RUN apt-get update -qq && apt-get install -y build-essential
|
RUN apt-get update -qq && apt-get install -y build-essential
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ WORKDIR $APP_HOME
|
||||||
ADD Gemfile* $APP_HOME/
|
ADD Gemfile* $APP_HOME/
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.6.6
|
2.7.1
|
||||||
|
|
|
@ -751,4 +751,4 @@ DEPENDENCIES
|
||||||
will_paginate-bootstrap
|
will_paginate-bootstrap
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.1.4
|
||||||
|
|
Loading…
Reference in New Issue