File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v5
2020 - uses : ruby/setup-ruby@v1.264.0
2121 with :
22- ruby-version : 3.3.9
22+ ruby-version : 4.0.1
2323 - name : Set up environment
2424 run : bundle install
2525 - name : Build
Original file line number Diff line number Diff line change 3535
3636 - uses : ruby/setup-ruby@v1.264.0
3737 with :
38- ruby-version : 3.3.9
38+ ruby-version : 4.0.1
3939
4040 - name : Set up environment
4141 run : |
Original file line number Diff line number Diff line change 1515
1616 - uses : ruby/setup-ruby@v1.264.0
1717 with :
18- ruby-version : 3.3.9
18+ ruby-version : 4.0.1
1919
2020 - name : Set up environment
2121 run : |
Original file line number Diff line number Diff line change 1515
1616 - uses : ruby/setup-ruby@v1.264.0
1717 with :
18- ruby-version : 3.3.9
18+ ruby-version : 4.0.1
1919
2020 - name : Set up environment
2121 run : |
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 ruby:3.3.9 -alpine
1+ FROM --platform=linux/amd64 ruby:4.0.1 -alpine
22
33# Installation path
44ENV HOME=/app
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 ruby:3.3.9 -slim
1+ FROM --platform=linux/amd64 ruby:4.0.1 -slim
22
33RUN apt-get update && apt-get install -y \
44 curl \
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 ruby:3.3.9 -alpine
1+ FROM --platform=linux/amd64 ruby:4.0.1 -alpine
22
33# Installation path
44ENV HOME=/app
You can’t perform that action at this time.
0 commit comments