Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Add some ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Feb 21, 2014
1 parent 01e0f2b commit ad1ba9a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/templates/ruby/Dockerfile-1.9.3.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "Dockerfile-travis.twig" %}

{% block from %}
FROM jolicode/ruby-1.9.3
{% endblock %}
5 changes: 5 additions & 0 deletions resources/templates/ruby/Dockerfile-2.0.0.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "Dockerfile-travis.twig" %}

{% block from %}
FROM jolicode/ruby-2.0.0
{% endblock %}
5 changes: 5 additions & 0 deletions resources/templates/ruby/Dockerfile-2.1.0.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "Dockerfile-travis.twig" %}

{% block from %}
FROM jolicode/ruby-2.1.0
{% endblock %}

0 comments on commit ad1ba9a

Please sign in to comment.