From 85935df7ede0e5e28f445bcc2814b1cd3dbeda2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Saunier?= Date: Thu, 21 Dec 2023 10:33:09 +0100 Subject: [PATCH] Fixes #98 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d34c98d..f50a93b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update -yqq && apt-get -yqq --no-install-recommends install build-es COPY Gemfile Gemfile COPY Gemfile.lock Gemfile.lock -RUN gem install bundler +RUN gem install bundler -v 2.4.22 RUN bundle config set with 'development test' RUN bundle install --jobs 20 --retry 5 COPY app /app