From 3f5c0306ed3a00a050a23603b0ba60785194381a Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 25 Mar 2023 13:25:20 +0000 Subject: [PATCH] rspamd: Update to version 3.5 --- service/rspamd/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/rspamd/Containerfile b/service/rspamd/Containerfile index 6d6966a..a6f84b8 100644 --- a/service/rspamd/Containerfile +++ b/service/rspamd/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=3.4 +ARG VERSION=3.5 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates curl gnupg