mirror of
https://github.com/linuxserver/docker-manyfold.git
synced 2026-02-20 05:49:50 +08:00
Keep required Ruby version at 3.3.3 for now
This commit is contained in:
parent
c952ad5a94
commit
f03f6dbd58
@ -53,7 +53,7 @@ RUN \
|
||||
cd /app/www && \
|
||||
yarn install && \
|
||||
gem install foreman && \
|
||||
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
|
||||
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
|
||||
bundle config set --local deployment 'true' && \
|
||||
bundle config set --local without 'development test' && \
|
||||
bundle config force_ruby_platform true && \
|
||||
|
||||
@ -53,7 +53,7 @@ RUN \
|
||||
cd /app/www && \
|
||||
yarn install && \
|
||||
gem install foreman && \
|
||||
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
|
||||
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
|
||||
bundle config set --local deployment 'true' && \
|
||||
bundle config set --local without 'development test' && \
|
||||
bundle config force_ruby_platform true && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user