File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
23- ruby-version : " 3.2 "
23+ ruby-version : " 3.4.8 "
2424 - name : Checkout repo
2525 uses : actions/checkout@v4
2626 - name : Checkout submodules
Original file line number Diff line number Diff line change 1818 - name : Install Ruby 3.4
1919 uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 3.4"
21+ ruby-version : " 3.4.8 "
2222 - name : Install tools
2323 run : " gem install --no-document toys"
2424 - name : execute
Original file line number Diff line number Diff line change 2424 - name : Install Ruby 3.4
2525 uses : ruby/setup-ruby@v1
2626 with :
27- ruby-version : " 3.4"
27+ ruby-version : " 3.4.8 "
2828 - name : Install tools
2929 run : " gem install --no-document toys"
3030 - name : Execute
Original file line number Diff line number Diff line change 1818# /workspace/gapic-generator.gem if building the base gem from main).
1919# These gem files are copied into the final runtime image.
2020# #
21- FROM ruby:3.1 -buster as builder
21+ FROM ruby:3.2 -buster as builder
2222WORKDIR /workspace
2323
2424# Copy code from the local directory.
@@ -38,7 +38,7 @@ RUN gem build -o gapic-generator-ads.gem gapic-generator-ads.gemspec
3838# Runtime image.
3939# Installs the generator executables, common protos, and an entrypoint.
4040# #
41- FROM ruby:3.1 -buster
41+ FROM ruby:3.2 -buster
4242WORKDIR /workspace
4343
4444# Install common protos.
Original file line number Diff line number Diff line change 1515# #
1616# Base image.
1717# #
18- FROM ruby:3.1 -buster as base
18+ FROM ruby:3.2 -buster as base
1919
2020# Set the correct locale so Ruby strings default to UTF-8
2121ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1717# Creates /workspace/gapic-generator.gem which is later copied into the
1818# final runtime image.
1919# #
20- FROM ruby:3.1 -buster as builder
20+ FROM ruby:3.2 -buster as builder
2121WORKDIR /workspace
2222
2323# Copy code from the local directory.
@@ -31,7 +31,7 @@ RUN gem build -o gapic-generator.gem gapic-generator.gemspec
3131# Runtime image.
3232# Installs the generator executables, common protos, and an entrypoint.
3333# #
34- FROM ruby:3.1 -buster
34+ FROM ruby:3.2 -buster
3535WORKDIR /workspace
3636
3737# Install common protos.
You can’t perform that action at this time.
0 commit comments