We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89282d commit 88fcabbCopy full SHA for 88fcabb
Dockerfile
@@ -15,7 +15,7 @@ ADD $SUBMISSION_SUBFOLDER /app
15
16
17
COPY ./Gemfile .
18
-RUN gem install bundler
+RUN gem install bundler -v 1.17.2
19
RUN bundle install
20
21
# Overwrite the script and test files
0 commit comments