Keep on 3.21 to not migrate to dovecot 2.4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2025-06-12 05:30:28 +00:00
parent a216b587c7
commit de9687b5b7

View file

@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.21
RUN apk add --no-cache tini ca-certificates dovecot dovecot-ldap dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d python3 ssmtp && \
addgroup -g 1000 mailuser0 && adduser -D -u 1000 -G mailuser0 mailuser0