Browse Source

[Compose] New Dovecot image
[Dovecot] Update Dovecot to v2.3.5.1

andryyy 6 years ago
parent
commit
a86f9e0120
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/Dockerfiles/dovecot/Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 1
data/Dockerfiles/dovecot/Dockerfile

@@ -3,7 +3,7 @@ LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 
 
 ARG DEBIAN_FRONTEND=noninteractive
 ARG DEBIAN_FRONTEND=noninteractive
 ENV LC_ALL C
 ENV LC_ALL C
-ENV DOVECOT_VERSION 2.3.5
+ENV DOVECOT_VERSION 2.3.5.1
 ENV PIGEONHOLE_VERSION 0.5.5
 ENV PIGEONHOLE_VERSION 0.5.5
 
 
 RUN apt-get update && apt-get -y --no-install-recommends install \
 RUN apt-get update && apt-get -y --no-install-recommends install \

+ 1 - 1
docker-compose.yml

@@ -169,7 +169,7 @@ services:
             - sogo
             - sogo
 
 
     dovecot-mailcow:
     dovecot-mailcow:
-      image: mailcow/dovecot:1.66
+      image: mailcow/dovecot:1.67
       build: ./data/Dockerfiles/dovecot
       build: ./data/Dockerfiles/dovecot
       cap_add:
       cap_add:
         - NET_BIND_SERVICE
         - NET_BIND_SERVICE