Skip to content

Commit

Permalink
Update to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webwurst committed Aug 7, 2016
1 parent 12d8b1a commit 9fa8ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fa8ce7

Please sign in to comment.