Explorar el Código

Merge pull request #2571 from svengo/master

Update Dovecot to v2.3.6 and Pigeonhole to v0.5.6
André Peters hace 6 años
padre
commit
1bb9cd4c9a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 \