Skip to content

Commit

Permalink
Merge pull request #26 from pcvg/ruby-2_7_6-upgrade
Browse files Browse the repository at this point in the history
Upgrade Ruby to 2.7.6
  • Loading branch information
amurciasu authored Apr 27, 2022
2 parents db089d6 + 5e46bba commit 5fc3acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5
FROM ruby:2.7.6

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

RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Google Cloud capable Docker image for Ruby.

## Features

- Ruby 2.7.5
- Node.js v15
- Ruby 2.7.6
- Node.js v17
- gcloud
- cloudsql
- Bundler
Expand All @@ -13,4 +13,4 @@ Google Cloud capable Docker image for Ruby.

## Licence

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

0 comments on commit 5fc3acc

Please sign in to comment.