forked from External/greenlight
bump ruby version in Dockerfiles
This commit is contained in:
parent
be136fe255
commit
141660eabf
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3.4
|
||||
FROM ruby:2.4.0
|
||||
|
||||
# app dependencies
|
||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3.4
|
||||
FROM ruby:2.4.0
|
||||
|
||||
# app dependencies
|
||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
||||
|
|
Loading…
Reference in New Issue