Merge pull request #3960 from luchiago/chore-bump-ruby-version-docker

Update ruby version docker
This commit is contained in:
Javier Martín
2020-04-30 20:57:20 +02:00
committed by GitHub

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