Dockerfile in fakerjs-rails-3.0.1.1 vs Dockerfile in fakerjs-rails-3.1.0

- old
+ new

@@ -5,10 +5,10 @@ # # Visit http://blog.zedroot.org/using-docker-to-maintain-a-ruby-gem/ # ~~~~ Image base ~~~~ # Base image with the latest Ruby only -FROM ruby:2.2.3-slim +FROM ruby:2.3.0-slim MAINTAINER Guillaume Hain zedtux@zedroot.org # ~~~~ Set up the environment ~~~~ ENV DEBIAN_FRONTEND noninteractive