Update ruby version on dockerfile

This commit is contained in:
Lucas Hiago
2020-03-31 15:39:52 -03:00
parent 240cad793f
commit 9bad819273

View File

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