Skip to content

Commit 9db5bdf

Browse files
authored
fix: install the latest compatible bundler version (#200)
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
1 parent 1d867ef commit 9db5bdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apk update && \
1111
rm -rf /var/cache/apk/*
1212

1313
COPY Gemfile Gemfile.lock /app/
14-
ENV BUNDLER_VERSION 2.2.15
15-
RUN gem install bundler
14+
ENV BUNDLER_VERSION 2.4.22
15+
RUN gem install bundler -v ${BUNDLER_VERSION}
1616
RUN bundle install --jobs 20 --retry 5
1717

1818
COPY . /app

0 commit comments

Comments
 (0)