Skip to content

Commit ae926e2

Browse files
committed
Fix the name of the Python images to use Docker tags.
1 parent 97a2848 commit ae926e2

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)