fixed ruby 3 support errors

This commit is contained in:
dinsmol 2021-09-06 15:23:35 +03:00
parent 62d1ba45a2
commit 6eeba2b3ab
4 changed files with 5 additions and 5 deletions

View file

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