Update Dockerfile to use ruby 2.5 base file as required by Gemfile

pull/6268/head
Wieland Lindenthal 7 years ago
parent 8d5ec238e3
commit 21fd9d08ef
  1. 2
      Dockerfile

@ -1,4 +1,4 @@
FROM ruby:2.4-stretch
FROM ruby:2.5-stretch
ENV NODE_VERSION="8.9.1"
ENV BUNDLER_VERSION="1.16.0"

Loading…
Cancel
Save