Browse Source

Merge pull request #2571 from svengo/master

Update Dovecot to v2.3.6 and Pigeonhole to v0.5.6
André Peters 6 years ago
parent
commit
1bb9cd4c9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/Dockerfiles/dovecot/Dockerfile

+ 2 - 2
data/Dockerfiles/dovecot/Dockerfile

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