mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 13:56:03 +01:00
Use Ruby 2.7.1
This commit is contained in:
parent
76f4ec35e2
commit
958fa30f6b
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.6
|
||||
FROM ruby:2.7
|
||||
|
||||
RUN apt-get update -qq && apt-get install -y build-essential
|
||||
|
||||
|
@ -27,4 +27,4 @@ WORKDIR $APP_HOME
|
|||
ADD Gemfile* $APP_HOME/
|
||||
RUN bundle install
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 3000
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.6.6
|
||||
2.7.1
|
||||
|
|
|
@ -751,4 +751,4 @@ DEPENDENCIES
|
|||
will_paginate-bootstrap
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
2.1.4
|
||||
|
|
Loading…
Reference in a new issue