diff --git a/Dockerfile b/Dockerfile index 3102b418..2639848a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM stackbrew/ubuntu:13.10 +FROM ubuntu:13.10 RUN apt-get -qq update && apt-get install -y ruby1.8 bundler python RUN locale-gen en_US.UTF-8 ADD Gemfile /code/ diff --git a/cli.html b/cli.html index fa410356..a0ab1e33 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index 06dedb95..6d355b14 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - +
diff --git a/env.html b/env.html index 93b8f9ab..5e7ae608 100644 --- a/env.html +++ b/env.html @@ -6,7 +6,7 @@ - +
diff --git a/index.html b/index.html index 58ab04ca..3ea9289a 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
diff --git a/install.html b/install.html index 49dcdec7..e1977378 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - +
@@ -27,11 +27,11 @@ $ docker-osx shell

Docker has guides for Ubuntu and other platforms in their documentation.

Next, install Fig. On OS X:

-
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.1/darwin > /usr/local/bin/fig
+
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.2/darwin > /usr/local/bin/fig
 $ chmod +x /usr/local/bin/fig
 

On 64-bit Linux:

-
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.1/linux > /usr/local/bin/fig
+
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.2/linux > /usr/local/bin/fig
 $ chmod +x /usr/local/bin/fig
 

Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):

diff --git a/rails.html b/rails.html index 429f9c35..0936d787 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - +
diff --git a/wordpress.html b/wordpress.html index f6d91dce..adde7ff6 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - +
diff --git a/yml.html b/yml.html index f8c49027..1cf89536 100644 --- a/yml.html +++ b/yml.html @@ -6,7 +6,7 @@ - +