Skip to content

Commit

Permalink
Merge pull request #6 from pcvg/ruby-upgrade-263
Browse files Browse the repository at this point in the history
Upgrade to Ruby 2.6.3
  • Loading branch information
ain authored Apr 29, 2019
2 parents 46b114e + 67b3f35 commit a36504d
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.6.2
FROM ruby:2.6.3

LABEL version="2.6.2"
LABEL version="2.6.3"
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
@@ -1,9 +1,9 @@
# gcp-ruby [![Build Status](https://travis-ci.org/pcvg/gcp-ruby.svg?branch=master)](https://travis-ci.org/pcvg/gcp-ruby)
# gcp-ruby
Google Cloud capable Docker image for Ruby.

## Features

- Ruby 2.6.2
- Ruby 2.6.3
- gcloud
- cloudsql
- Bundler
Expand Down

0 comments on commit a36504d

Please sign in to comment.