Update ruby dependencies

This commit is contained in:
John Lees-Miller
2020-05-30 08:48:05 +01:00
parent a453d1ce09
commit 116a62834a
5 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,5 @@
FROM ruby:2.5.0
FROM ruby:2.7.1
# Note: must install newer nodejs to work around
# https://github.com/docker-library/ruby/issues/226
RUN apt-get update -qq &&\
curl -sL https://deb.nodesource.com/setup_10.x | bash - &&\
apt-get install -y build-essential libpq-dev nodejs &&\