Skip to content

Commit

Permalink
Merge pull request #6 from nerds-and-company/feature/updating-version…
Browse files Browse the repository at this point in the history
…s-03-06-2019

Updating ruby, node and yarn version
  • Loading branch information
sjoulbak authored Jun 3, 2019
2 parents 83662ce + 4f637c6 commit 8928dc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM heroku/heroku:18-build

# Which versions?
ENV RUBY_MAJOR_VERSION 2.6.0
ENV RUBY_VERSION 2.6.2
ENV RUBY_VERSION 2.6.3
ENV BUNDLER_VERSION 2.0.1
ENV NODE_VERSION 10.14.1
ENV YARN_VERSION 1.12.3
ENV NODE_VERSION 12.3.1
ENV YARN_VERSION 1.16.0

ENV LC_ALL en_US.UTF-8

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Usage: `FROM nerdsandcompany/docker-heroku-rails`
# Specifications

* Heroku 18
* Ruby 2.6.x
* Bundler
* Node 10.x
* Ruby 2.6.3
* Bundler 2.0.1
* Node 12.3.1
* Chrome
* ChromeDriver

0 comments on commit 8928dc5

Please sign in to comment.