[Rspamd] Update to 1.9 stable repository

[Compose] Update Rspamd image
This commit is contained in:
andryyy
2019-03-12 23:39:28 +01:00
parent ffed14c277
commit 9482da211f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
gnupg2 \
apt-transport-https \
&& apt-key adv --fetch-keys https://rspamd.com/apt/gpg.key \
&& echo "deb https://rspamd.com/apt/ bionic main" > /etc/apt/sources.list.d/rspamd.list \
&& echo "deb https://rspamd.com/apt-stable/ bionic main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update && apt-get install -y rspamd \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoremove --purge \