We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baa44d commit f2ba6f4Copy full SHA for f2ba6f4
1 file changed
README.md
@@ -32,7 +32,7 @@ RUN bundle install
32
The files now look like:
33
34
```dockerfile
35
-FROM corigbytes/ruby-1.9.3:1.0.1
+FROM corgibytes/ruby-1.9.3:1.0.1
36
37
# Working folder.
38
RUN mkdir /app
@@ -60,7 +60,7 @@ Example Dockerfile and Compose to run a Rails app that uses Ruby 1.9.3:
60
61
62
# Dockerfile
63
-FROM corigbytes/ruby-1.9.3:1.0.0`
+FROM corgibytes/ruby-1.9.3:1.0.0`
64
65
66
0 commit comments