1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: upgrade bundler to 2.5.6

هذا الالتزام موجود في:
Adam Cooke
2024-02-23 14:36:27 +00:00
ملتزم من قبل Adam Cooke
الأصل b89e0a9e82
التزام 1ae8ef6401
2 ملفات معدلة مع 4 إضافات و8 حذوفات

عرض الملف

@@ -31,12 +31,12 @@ RUN mkdir -p /opt/postal/app /opt/postal/config
WORKDIR /opt/postal/app
# Install bundler
RUN gem install bundler -v 2.4.9 --no-doc
RUN gem install bundler -v 2.5.6 --no-doc
# Install the latest and active gem dependencies and re-run
# the appropriate commands to handle installs.
COPY Gemfile Gemfile.lock ./
RUN bundle config set force_ruby_platform true && bundle install -j 4
COPY --chown=postal Gemfile Gemfile.lock ./
RUN bundle install -j 6
# Copy the application (and set permissions)
COPY ./docker/wait-for.sh /docker-entrypoint.sh