1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-07 01:35:17 +00:00

Update RSPAMD version in Dockerfile

This commit is contained in:
Dmitriy Alekseev
2026-04-06 17:28:32 +02:00
committed by GitHub
parent 694d751915
commit b0873edb6a

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_4.0.-1~8700333
ARG RSPAMD_VER=rspamd_4.0.1-1~8700333
ARG CODENAME=trixie
ENV LC_ALL=C