1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-13 04:28:43 +00:00

Update RSPAMD version to 4.0.0 in Dockerfile

This commit is contained in:
Dmitriy Alekseev
2026-03-30 23:51:05 +02:00
committed by GitHub
parent ed9264fd2a
commit 08278a8be9

View File

@@ -2,7 +2,7 @@ FROM debian:trixie-slim
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
ARG DEBIAN_FRONTEND=noninteractive
ARG RSPAMD_VER=rspamd_3.14.3-1~236eb65
ARG RSPAMD_VER=rspamd_4.0.0-1~4a2ab73
ARG CODENAME=trixie
ENV LC_ALL=C