Skip to content

Commit

Permalink
Update Ruby version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Kriuchykhin committed Jan 31, 2018
1 parent e8f6dc0 commit b8b13b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
FROM ruby:2.4.3
MAINTAINER BioSistemika <info@biosistemika.com>

# additional dependecies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4.1
FROM ruby:2.4.3
MAINTAINER BioSistemika <info@biosistemika.com>

# additional dependecies
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

ruby '2.4.1'
ruby '2.4.3'

gem 'rails', '5.1.1'
gem 'webpacker', '~> 2.0'
Expand Down

0 comments on commit b8b13b2

Please sign in to comment.