From b55ac86d6b3b328f5758b94d06242461cbbbf555 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Wed, 1 May 2019 20:28:11 +0200 Subject: [PATCH] Update Dovecot to v2.3.6 and Pigeonhole to v0.5.6 --- data/Dockerfiles/dovecot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Dockerfiles/dovecot/Dockerfile b/data/Dockerfiles/dovecot/Dockerfile index 9d95b4e0..31f408da 100644 --- a/data/Dockerfiles/dovecot/Dockerfile +++ b/data/Dockerfiles/dovecot/Dockerfile @@ -3,8 +3,8 @@ LABEL maintainer "Andre Peters " 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 \