mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Move default build to Ruby 3.3, test only MySQL for Rubies 3.1 & 3.2 (middle versions)
This commit is contained in:
parent
6274e9e1d3
commit
d5235e8c61
8 changed files with 8 additions and 102 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.1
|
||||
FROM ruby:3.3
|
||||
|
||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||
RUN bundle config --global frozen 1
|
||||
|
|
@ -8,7 +8,7 @@ WORKDIR /app
|
|||
RUN touch /etc/app-env
|
||||
|
||||
COPY Gemfile* /app/
|
||||
RUN gem install bundler -v 2.4.22
|
||||
RUN gem install bundler
|
||||
RUN bundle install --jobs 4
|
||||
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue