From 01bf0c1f09f7838cdcea490479f79b65c7c98bb0 Mon Sep 17 00:00:00 2001 From: Ain Tohvri Date: Mon, 27 Apr 2020 16:53:58 +0200 Subject: [PATCH 1/2] Upgrade to Ruby 2.7.1 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cb6ccf..99c6c82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-jessie main" | tee /etc/apt/sources.list.d/google-cloud-sdk.list && \ diff --git a/README.md b/README.md index e2c7822..76e0d75 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Google Cloud capable Docker image for Ruby. ## Features -- Ruby 2.7.0 +- Ruby 2.7.1 - gcloud - cloudsql - Bundler From 7e86ef6d96a77b50f4a7b78d104f6b47d0ca9351 Mon Sep 17 00:00:00 2001 From: Ain Tohvri Date: Mon, 27 Apr 2020 16:54:17 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Upgrade=20=C2=A9=20notice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76e0d75..f4c9f85 100644 --- a/README.md +++ b/README.md @@ -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)