forked from e621ng/e621ng
[Gems] Bump bundler
This is the default version shipped with ruby atm so no need to install it
This commit is contained in:
parent
091d07509b
commit
ed268ddf02
@ -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
|
||||
|
@ -439,4 +439,4 @@ DEPENDENCIES
|
||||
webpacker (>= 4.0.x)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.12
|
||||
2.4.10
|
||||
|
Loading…
Reference in New Issue
Block a user