We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d867ef commit 9db5bdfCopy full SHA for 9db5bdf
1 file changed
Dockerfile
@@ -11,8 +11,8 @@ RUN apk update && \
11
rm -rf /var/cache/apk/*
12
13
COPY Gemfile Gemfile.lock /app/
14
-ENV BUNDLER_VERSION 2.2.15
15
-RUN gem install bundler
+ENV BUNDLER_VERSION 2.4.22
+RUN gem install bundler -v ${BUNDLER_VERSION}
16
RUN bundle install --jobs 20 --retry 5
17
18
COPY . /app
0 commit comments