Skip to content

Commit

Permalink
fix: Software updates (GoogleCloudPlatform#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Apr 16, 2021
1 parent 21d5866 commit ba0058e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ RUNTIME_PROJECT="gcp-runtimes"
BUNDLER1_VERSION="1.17.3"
BUNDLER2_VERSION="2.1.4"
DEFAULT_RUBY_VERSION="2.6.7"
NODEJS_VERSION="14.15.1"
GCLOUD_VERSION="319.0.0"
NODEJS_VERSION="14.16.1"
GCLOUD_VERSION="334.0.0"
OS_NAME="ubuntu16"

LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.10", "2.5.9", "2.6.7", "2.7.3", "3.0.1"]
LOCAL_PREBUILT_RUBY_VERSIONS=["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
LOCAL_PREBUILT_RUBY_IMAGE_BASE="ruby-prebuilt-"
LOCAL_PREBUILT_RUBY_IMAGE_TAG="latest"
RELEASED_PREBUILT_RUBY_VERSIONS=::File.readlines("ruby-pipeline/ruby-latest.yaml")
Expand Down
6 changes: 3 additions & 3 deletions build-ruby-runtime-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# This is the Ruby version that is installed in the "basic" convenience image
# and that is used to run generate-dockerfile. It is NOT the same as the Ruby
# version used by the runtime by default if one is not specified by the app.
BASIC_RUBY_VERSION=2.6.6
BASIC_RUBY_VERSION=2.6.7

BUNDLER1_VERSION=1.17.3
BUNDLER2_VERSION=2.1.4
NODEJS_VERSION=14.15.1
GCLOUD_VERSION=319.0.0
NODEJS_VERSION=14.16.1
GCLOUD_VERSION=334.0.0


set -e
Expand Down

0 comments on commit ba0058e

Please sign in to comment.