From 89475f3970a95f6d3aa6a33c6a095eb829f74330 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 28 Oct 2022 17:49:50 +0100 Subject: [PATCH] rspamd: Update to latest version --- service/rspamd/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/rspamd/Containerfile b/service/rspamd/Containerfile index 18b6f84..7c5cc0a 100644 --- a/service/rspamd/Containerfile +++ b/service/rspamd/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=3.2 +ARG VERSION=3.3 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates curl gnupg