bump version to v0.18.2-rc1

This commit is contained in:
Sebastian Hugentobler 2016-10-18 10:41:05 +02:00 committed by GitHub
parent 7907014153
commit 709532c943

View File

@ -1,6 +1,6 @@
FROM thallian/confd-env:latest
ENV VERSION v0.18.1
ENV VERSION v0.18.2-rc1
RUN addgroup -g 2222 synapse
RUN adduser -h /var/lib/synapse -u 2222 -D -G synapse synapse