Fix bundler version

This commit is contained in:
caubet_m 2024-01-31 16:53:18 +01:00
parent 9faf68c0f0
commit bcedfc8736

View File

@ -11,7 +11,7 @@ RUN apk list -I && \
ruby ruby-dev yaml yaml-dev \
libffi-dev build-base git nodejs
RUN gem env
RUN gem install etc bundler --no-document
RUN gem install etc bundler -v 2.3.26 --no-document
RUN pwd
RUN ls -l
RUN bundle install