ruby template renamed to ruby-rack

This commit is contained in:
Juan A. Fernandez
2018-01-07 03:33:23 +01:00
parent 4230ca2f48
commit b6a6760e0f
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -95,10 +95,10 @@ class TemplateHelper {
tagSuffix: '-alpine3.6'
},
{
templateName: 'ruby',
templateName: 'ruby-rack',
dockerHubImageName: 'library/ruby',
dockerFileFromName: 'ruby',
displayName: 'Ruby',
dockerFileFromName: 'ruby-rack',
displayName: 'Ruby Rack',
tagSuffix: '-alpine3.7'
}
];