From bfc52e5b3a2f5ad8e5adecb25b9cafdd1fb3164f Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Mon, 12 Sep 2016 16:32:49 +0100
Subject: [PATCH] Updates to latest

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c24db02..377cb8f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM rails
 
 WORKDIR /usr/src/app
 
-ENV DISCOURSE_VERSION=1.6.0.beta10 \
+ENV DISCOURSE_VERSION=1.7.0.beta3 \
     RAILS_ENV=production \
     RUBY_GC_MALLOC_LIMIT=90000000 \
     RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \
-- 
GitLab