From 210ad469306aa48cd264d89e06ca7dbf47425fdc Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Thu, 9 Jun 2016 07:57:40 +0100
Subject: [PATCH] updates to latest

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d182169..aee65fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
-FROM rails
+FROM rails:4.1
 
 WORKDIR /usr/src/app
 
-ENV DISCOURSE_VERSION 1.4.6
+ENV DISCOURSE_VERSION 1.4.7
 
 RUN apt-get update && apt-get install -y --no-install-recommends imagemagick libxml2 \
  && rm -rf /var/lib/apt/lists/*
-- 
GitLab