mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-14 01:13:15 +00:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06424670fa | |||
| 489db90512 | |||
| 641ed63782 | |||
| 96a70652c3 | |||
| 2ac4b1deae | |||
| 1eb6d2e26c | |||
| 384e2f6ac1 | |||
| 32156a337a | |||
| 281cf93db3 | |||
| f399c07c85 | |||
| a693325fe6 | |||
| 9ad84eee92 | |||
| b59869b720 | |||
| 7515bef66c | |||
| b84ba8ded1 | |||
| 4845928e7a | |||
| 4ccfedd6b3 | |||
| e8d9315d4a | |||
| d977ddb501 | |||
| e76f5237ed | |||
| c11ed5dd1e | |||
| 4ef65fc382 |
@@ -1,7 +1,7 @@
|
||||
FROM alpine:3.24 AS builder
|
||||
FROM alpine:3.21 AS builder
|
||||
|
||||
WORKDIR /src
|
||||
ENV CLAMD_VERSION=1.4.6
|
||||
ENV CLAMD_VERSION=1.4.2
|
||||
|
||||
RUN apk upgrade --no-cache \
|
||||
&& apk add --update --no-cache \
|
||||
@@ -68,7 +68,7 @@ RUN wget -P /src https://www.clamav.net/downloads/production/clamav-${CLAMD_VERS
|
||||
"/clamav/etc/clamav/clamav-milter.conf.sample" > "/clamav/etc/clamav/clamav-milter.conf" || exit 1
|
||||
|
||||
|
||||
FROM alpine:3.24
|
||||
FROM alpine:3.21
|
||||
|
||||
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
||||
|
||||
|
||||
+1
-1
@@ -65,7 +65,7 @@ services:
|
||||
- redis
|
||||
|
||||
clamd-mailcow:
|
||||
image: ghcr.io/mailcow/clamd:1.4.6-1
|
||||
image: ghcr.io/mailcow/clamd:1.71
|
||||
restart: always
|
||||
depends_on:
|
||||
unbound-mailcow:
|
||||
|
||||
Reference in New Issue
Block a user