Pump ruby version in dockerfile

This commit is contained in:
Alex Sherman 2020-02-04 14:29:05 +05:00
parent 6c7a63f25e
commit 725ff30bb3
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM internetee/ruby:2.4
FROM internetee/ruby:2.6-buster
RUN mkdir -p /opt/webapps/app/tmp/pids
WORKDIR /opt/webapps/app

View file