Skip to content

Commit 8d96334

Browse files
author
WANG QIANG
committed
Merge pull request #4 from lowjoel/fix-python-image-names
Fix the name of the Python images to use Docker tags.
2 parents 97a2848 + ae926e2 commit 8d96334

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Language
22
class Python2Point7 < Coursemology::Polyglot::Language::Python
3-
concrete_language 'Python 2.7'
3+
concrete_language 'Python 2.7', docker_image: 'python:2.7'
44
end
55

66
class Python3Point4 < Coursemology::Polyglot::Language::Python
7-
concrete_language 'Python 3.4'
7+
concrete_language 'Python 3.4', docker_image: 'python:3.4'
88
end
99
end

0 commit comments

Comments
 (0)