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:
Javi Martín
2021-04-05 11:12:53 +02:00
parent 89e82926cc
commit baa58335cb

View File

@@ -1,5 +1,4 @@
# Use Ruby 2.4.9 as base image
FROM ruby:2.4.9
FROM ruby:2.6.6
ENV DEBIAN_FRONTEND noninteractive