Update TemplateHelper.ts

This commit is contained in:
Kasra Bigdeli
2019-04-28 17:17:51 -07:00
committed by GitHub
parent e647fa58ff
commit d9486fe81c
+2 -2
View File
@@ -24,12 +24,12 @@ class TemplateHelper {
{
templateName: 'python-django',
dockerHubImageName: 'library/python',
tagSuffix: '-alpine3.6',
tagSuffix: '-alpine',
},
{
templateName: 'ruby-rack',
dockerHubImageName: 'library/ruby',
tagSuffix: '-alpine3.7',
tagSuffix: '-alpine',
},
]