[Gems] Bump bundler

This is the default version shipped with ruby atm so no need to install it
This commit is contained in:
Earlopain 2023-05-26 20:17:48 +02:00
parent 091d07509b
commit ed268ddf02
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM ruby:3.2.2-alpine3.17 as ruby-builder
RUN apk --no-cache add build-base git glib-dev postgresql15-dev
COPY Gemfile Gemfile.lock ./
RUN gem i bundler:2.3.12 foreman && BUNDLE_IGNORE_CONFIG=true bundle install -j$(nproc) \
RUN BUNDLE_IGNORE_CONFIG=true bundle install -j$(nproc) \
&& rm -rf /usr/local/bundle/cache/*.gem \
&& find /usr/local/bundle/gems/ -name "*.c" -delete \
&& find /usr/local/bundle/gems/ -name "*.o" -delete

View File

@ -439,4 +439,4 @@ DEPENDENCIES
webpacker (>= 4.0.x)
BUNDLED WITH
2.3.12
2.4.10