From f65de608ad2f7bb99a3c09cddc674761fff5f6c5 Mon Sep 17 00:00:00 2001 From: ace Date: Sun, 8 Oct 2023 02:11:12 +0300 Subject: [PATCH] rspamd: v3.7.1 build 1 --- rspamd/Dockerfile | 2 +- rspamd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rspamd/Dockerfile b/rspamd/Dockerfile index cfc82ac..b65c585 100644 --- a/rspamd/Dockerfile +++ b/rspamd/Dockerfile @@ -17,7 +17,7 @@ RUN dnf install -y postfix-3.5.9 postfix-ldap-3.5.9 postfix-mysql-3.5.9 postfix- RUN update-crypto-policies --set DEFAULT:SHA1 \ && curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo \ && rpm --import https://rspamd.com/rpm/gpg.key \ - && dnf install -y rspamd-3.6 \ + && dnf install -y rspamd-3.7.1 \ && dnf clean all \ && rm -rf /var/cache/yum \ && update-crypto-policies --set DEFAULT diff --git a/rspamd/Makefile b/rspamd/Makefile index 69d02e5..d83ce6a 100644 --- a/rspamd/Makefile +++ b/rspamd/Makefile @@ -1,4 +1,4 @@ -VERSION=3.6-1 +VERSION=3.7.1-1 IMAGE=rspamd REGISTRY=gitea.geekhome.org/ghp