Skip to content

Commit

Permalink
[ci] Docker build run on ruby 2.4
Browse files Browse the repository at this point in the history
We want to migrate so no need to keep ruby 2.3
  • Loading branch information
hallelujah committed May 21, 2019
1 parent 4cb4700 commit 67ee2aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/system/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos/ruby-23-centos7
FROM centos/ruby-24-centos7

USER root

Expand Down
2 changes: 1 addition & 1 deletion openshift/system/Dockerfile.on_prem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos/ruby-23-centos7
FROM centos/ruby-24-centos7

USER root

Expand Down
2 changes: 1 addition & 1 deletion openshift/system/contrib/scl_enable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file contains automatic SCL enablement.
unset BASH_ENV PROMPT_COMMAND ENV
source scl_source enable rh-ruby23
source scl_source enable rh-ruby24
source scl_source enable $NODEJS_SCL

0 comments on commit 67ee2aa

Please sign in to comment.