Skip to content

Commit

Permalink
Merge pull request #8 from pcvg/upgrade-to-ruby-264
Browse files Browse the repository at this point in the history
upgrade to ruby 2.6.4
  • Loading branch information
ain authored Sep 10, 2019
2 parents 29c600c + f6242f2 commit bf2965c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3
FROM ruby:2.6.4

LABEL version="2.6.3"
LABEL version="2.6.4"
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.3
- Ruby 2.6.4
- gcloud
- cloudsql
- Bundler
Expand Down

0 comments on commit bf2965c

Please sign in to comment.