From 721b69a9fe2b969491402aa874cf5d607ee58870 Mon Sep 17 00:00:00 2001 From: Simon Tomlinson Date: Fri, 29 Apr 2022 11:41:26 -0500 Subject: [PATCH] Bump bundle install retry count --- docker/gitlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitlab/Dockerfile b/docker/gitlab/Dockerfile index 23050c1c..ce25426d 100644 --- a/docker/gitlab/Dockerfile +++ b/docker/gitlab/Dockerfile @@ -19,7 +19,7 @@ RUN bundle config set deployment 'true' RUN bundle config set clean 'true' RUN bundle config set jobs $(nproc) RUN bundle config set path vendor -RUN bundle config set retry 3 +RUN bundle config set retry 5 RUN bundle install ARG GITLAB_COMMIT_SHA -- GitLab