diff --git a/Dockerfile b/Dockerfile index 66db81e9ac2..f78054d7a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.6-alpine +FROM ruby:2.6.8-alpine ENV RAILS_ENV production WORKDIR /app @@ -6,7 +6,7 @@ WORKDIR /app # Update rubygems RUN gem update --system RUN printf "install: --no-rdoc --no-ri\nupdate: --no-rdoc --no-ri" > ~/.gemrc -RUN gem install --no-document --force bundler -v 2.1.4 +RUN gem install --no-document --force bundler -v 2.2.24 RUN bundle config set without development:test # Install packages