version bump
authorSam <sam.saffron@gmail.com>
Thu, 16 Apr 2015 01:47:03 +0000 (11:47 +1000)
committerSam <sam.saffron@gmail.com>
Thu, 16 Apr 2015 01:47:03 +0000 (11:47 +1000)
image/base/Dockerfile
image/build.rb
image/discourse/Dockerfile
image/discourse_fast_switch/Dockerfile

index d95e32e909dc59cde990228ccccfa639716644f5..647ca8b42490c68f789960c0e1f6c8f982bdaf8e 100644 (file)
@@ -2,7 +2,7 @@
 # When new LTS ships we can upgrade
 
 # NAME:     discourse_base
-# VERSION:  1.0.10
+# VERSION:  1.0.11
 
 FROM ubuntu:14.04
 
index 7a761a81e2d6aaecc0035dc711d06ac8f8ba38a0..22921db8421a4878fee3257bcaa20238d2bb7967 100644 (file)
@@ -2,7 +2,7 @@
 #
 require 'pty'
 
-$version = "1.0.10"
+$version = "1.0.11"
 
 $docker_squash = "https://github.com/jwilder/docker-squash/releases/download/v0.0.11/docker-squash-linux-amd64-v0.0.11.tar.gz"
 
index 18a9c5332f049d5ad1d83ca91d208d24256bd25f..1e3c9d872dd60d622d93e5d97f918ce4dc36fbc4 100644 (file)
@@ -1,5 +1,5 @@
-# Current version 1.0.10
-FROM samsaffron/discourse_base:1.0.10
+# Current version 1.0.11
+FROM samsaffron/discourse_base:1.0.11
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
 
index d95124356bf1deb13bd0d4d96015df18e4274470..3b5ed96f5796e1f3c10dd7747ae97b7c2f2cbd3d 100644 (file)
@@ -1,6 +1,6 @@
 # Allow to easily switch Ruby version in images that derive off this
 
-FROM samsaffron/discourse:1.0.10
+FROM samsaffron/discourse:1.0.11
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"