diff --git a/Dockerfile b/Dockerfile index 032299c..5fe323f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG RUBY_VERSION +ARG RUBY_VERSION=2.7.1 FROM ruby:$RUBY_VERSION RUN apt-get update \