Skip to content

Commit

Permalink
Update Dockerfile phusion tag and update Ruby from 2.6.6 to 2.6.8 (au…
Browse files Browse the repository at this point in the history
…tolab#1396)

* Use phusion 2.6:2.0.0 tag and update Ruby from 2.6.6 to  2.6.8

* Update gemfile

* update .ruby-version
  • Loading branch information
fanpu authored Oct 11, 2021
1 parent 52551ed commit 8f876b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.6.8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
language: ruby
cache: bundler
rvm:
- 2.6.6
- 2.6.8
services:
- mysql
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/phusion/passenger-docker
#
#
FROM phusion/passenger-ruby26:1.0.13
FROM phusion/passenger-ruby26:2.0.0

MAINTAINER Autolab Development Team "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.6.6'
ruby '2.6.8'

gem 'rails', '=5.2.0'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 2.6.6p146
ruby 2.6.8p205

BUNDLED WITH
1.17.3

0 comments on commit 8f876b8

Please sign in to comment.