Created
December 29, 2016 08:58
-
-
Save 0xAhmed/a330562c80b48c579bf77667df1bd3f0 to your computer and use it in GitHub Desktop.
Dockerfile template: Ruby versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ruby:%%RUBY_VERSION%% | |
| CMD ruby --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment