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 \