[Dovecot] Update to 2.3.11.3
parent
d5c600db7e
commit
c85ce6f2c2
|
@ -2,7 +2,7 @@ FROM debian:buster-slim
|
|||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG DOVECOT=2.3.10.1
|
||||
ARG DOVECOT=2.3.11.3
|
||||
ENV LC_ALL C
|
||||
|
||||
# Add groups and users before installing Dovecot to not break compatibility
|
||||
|
|
|
@ -192,7 +192,7 @@ services:
|
|||
- sogo
|
||||
|
||||
dovecot-mailcow:
|
||||
image: mailcow/dovecot:1.128
|
||||
image: mailcow/dovecot:1.129
|
||||
depends_on:
|
||||
- mysql-mailcow
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue