Skip to content

Commit

Permalink
Merge pull request #10 from pcvg/3170-3-ruby-270-upgrade
Browse files Browse the repository at this point in the history
update ruby to 2.7.0
  • Loading branch information
ain authored Jan 30, 2020
2 parents 9ccf110 + fea0a64 commit dac374a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.idea/
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.6.5
FROM ruby:2.7.0

LABEL version="2.6.5"
LABEL version="2.7.0"
LABEL maintainer="Ain Tohvri <ain.tohvri@savings-united.com>"

RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-jessie main" | tee /etc/apt/sources.list.d/google-cloud-sdk.list && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Google Cloud capable Docker image for Ruby.

## Features

- Ruby 2.6.5
- Ruby 2.7.0
- gcloud
- cloudsql
- Bundler
Expand Down

0 comments on commit dac374a

Please sign in to comment.