Skip to content

Commit

Permalink
Updating Docker Ruby Version to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
omnilord committed Jan 8, 2019
1 parent 3be9ec4 commit 9b30909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4.1-stretch
FROM ruby:2.6.0-stretch

# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
webmock (~> 3.0)

RUBY VERSION
ruby 2.5.3p105
ruby 2.6.0p0

BUNDLED WITH
1.17.3

0 comments on commit 9b30909

Please sign in to comment.