From 9fa8ce7bfb6779297bf3f9fb83a21d00056ff793 Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Mon, 8 Aug 2016 01:13:38 +0200 Subject: [PATCH] Update to version 1.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32bdf1e..47a4137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm install --global \ WORKDIR /usr/src/app -ARG DISCOURSE_VERSION=1.6.0.beta11 +ARG DISCOURSE_VERSION=1.6.0 RUN curl -sfSL https://github.com/discourse/discourse/archive/v${DISCOURSE_VERSION}.tar.gz \ | tar -zx --strip-components=1 -C /usr/src/app