Use Ruby 2.6 in the Dockerfile
So we use the same version defined in our .ruby-version file. Besides, some of the gems we use are not compatible with Ruby 2.4.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# Use Ruby 2.4.9 as base image
|
FROM ruby:2.6.6
|
||||||
FROM ruby:2.4.9
|
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user