File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed
Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 bundler-cache : true
20- ruby-version : 3.2.2
20+ ruby-version : 3.4.8
2121 - run : bundle install
2222 - run : rake spec
2323
2929 - uses : ruby/setup-ruby@v1
3030 with :
3131 bundler-cache : true
32- ruby-version : 3.2.2
32+ ruby-version : 3.4.8
3333 - run : rake version
3434 - run : rake build
3535 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1919 - uses : ruby/setup-ruby@v1
2020 with :
2121 bundler-cache : true
22- ruby-version : 3.2.2
22+ ruby-version : 3.4.8
2323 - run : rake version
2424 - run : rake build
2525 - uses : actions/upload-artifact@v4
4040 - uses : ruby/setup-ruby@v1
4141 with :
4242 bundler-cache : true
43- ruby-version : 3.2.2
43+ ruby-version : 3.4.8
4444 - uses : actions/download-artifact@v4
4545 with :
4646 name : pkg
Original file line number Diff line number Diff line change 1- 3.2.2
1+ 3.4.8
Original file line number Diff line number Diff line change 1+ ruby 3.4.8
Original file line number Diff line number Diff line change 1- FROM ruby:3.2.2 -alpine3.18
1+ FROM ruby:3.4.8 -alpine3.23
22
33ARG TERRAFYING_VERSION=0.0.0
44
@@ -10,12 +10,12 @@ RUN wget -O terraform.zip https://releases.hashicorp.com/terraform/0.11.14/terra
1010
1111COPY pkg /tmp
1212
13- RUN apk add --update --no-cache --virtual .terra-builddeps build-base ruby-dev \
14- && apk add --update --no-cache --virtual .terra-rundeps git bash \
15- && gem install /tmp/terrafying-${TERRAFYING_VERSION}.gem \
16- && install -d /terra \
17- && apk del .terra-builddeps \
18- && rm -rf /var/cache/apk/*
13+ RUN apk add --update --no-cache --virtual .terra-builddeps build-base ruby-dev
14+ RUN apk add --update --no-cache --virtual .terra-rundeps git bash
15+ RUN gem install /tmp/terrafying-${TERRAFYING_VERSION}.gem
16+ RUN install -d /terra
17+ RUN apk del .terra-builddeps
18+ RUN rm -rf /var/cache/apk/*
1919
2020WORKDIR /terra
2121
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
3939 spec . add_runtime_dependency 'deep_merge' , '~> 1.1.1'
4040 spec . add_runtime_dependency 'netaddr' , '~> 1.5'
4141 spec . add_runtime_dependency 'thor' , '~> 1.4.0'
42- spec . add_runtime_dependency 'xxhash' , '~> 0.4 .0'
42+ spec . add_runtime_dependency 'xxhash' , '~> 0.7 .0'
4343end
You can’t perform that action at this time.
0 commit comments