Update Dockerfile

This commit is contained in:
Sebastian Hugentobler 2016-10-31 12:51:55 +01:00 committed by GitHub
parent fedbb09884
commit f1de9363d1

View File

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