You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/11/11 09:15:00 UTC

[james-project] branch master updated: [FIX] Refresh SpamAssassin testing DockerFile (#1305)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new df9ea7eb6e [FIX] Refresh SpamAssassin testing DockerFile (#1305)
df9ea7eb6e is described below

commit df9ea7eb6edd3c98f0be84f589ff82bd30c479a1
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Fri Nov 11 16:14:54 2022 +0700

    [FIX] Refresh SpamAssassin testing DockerFile (#1305)
---
 .../spamassassin/src/test/resources/docker/spamassassin/Dockerfile    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/third-party/spamassassin/src/test/resources/docker/spamassassin/Dockerfile b/third-party/spamassassin/src/test/resources/docker/spamassassin/Dockerfile
index 3f42b25fff..51ea4af10f 100644
--- a/third-party/spamassassin/src/test/resources/docker/spamassassin/Dockerfile
+++ b/third-party/spamassassin/src/test/resources/docker/spamassassin/Dockerfile
@@ -1,6 +1,6 @@
-FROM postgres:10.3
+FROM postgres:15.1
 
-ENV SPAMASSASSIN_VERSION 3.4.2
+ENV SPAMASSASSIN_VERSION 3.4.6
 
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org