Skip to content

Commit

Permalink
Keep required Ruby version at 3.3.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Sep 4, 2024
1 parent c952ad5 commit f03f6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit f03f6db

Please sign in to comment.