Skip to content

Commit

Permalink
Merge pull request #12 from pcvg/ruby-271-upgrade
Browse files Browse the repository at this point in the history
Ruby 2.7.1 upgrade
  • Loading branch information
obolientsev authored Apr 27, 2020
2 parents 0cf1d3a + 7e86ef6 commit 251a2e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.7.0
FROM ruby:2.7.1

LABEL version="2.7.0"
LABEL version="2.7.1"
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
4 changes: 2 additions & 2 deletions 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.7.0
- Ruby 2.7.1
- gcloud
- cloudsql
- Bundler
Expand All @@ -13,4 +13,4 @@ Google Cloud capable Docker image for Ruby.

## Licence

Copyright © 2017-2019 Savings United GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)
Copyright © 2017-2020 Savings United GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)

0 comments on commit 251a2e7

Please sign in to comment.