rspamd: version v3.4, build 1

This commit is contained in:
ace 2022-12-25 00:46:57 +03:00
parent 308fca916e
commit 415ffa4999
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RUN dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-
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-3.2 \
&& dnf install -y rspamd-3.4 \
&& dnf clean all \
&& rm -rf /var/cache/yum

View File

@ -1,4 +1,4 @@
VERSION=3.2-1
VERSION=3.4-1
IMAGE=rspamd
REGISTRY=registry.0xace.cc/ghp