update rsmapd image

This commit is contained in:
ace 2021-01-17 03:19:29 +03:00
parent 527c66dafa
commit 4b66045df3
No known key found for this signature in database
GPG Key ID: 32989872B72276A0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN dnf --nogpg install -y https://mirror.ghettoforge.org/distributions/gf/el/8/
RUN curl https://rspamd.com/rpm-stable/centos-8/rspamd.repo > /etc/yum.repos.d/rspamd.repo \
&& rpm --import https://rspamd.com/rpm/gpg.key \
&& dnf install -y rspamd \
&& dnf install -y rspamd-2.7 \
&& dnf clean all \
&& rm -rf /var/cache/yum

View File

@ -1,4 +1,4 @@
VERSION=2.6
VERSION=2.7
IMAGE=rspamd
REGISTRY=registry.0xace.cc