|
@@ -1,4 +1,4 @@
|
1
|
|
-FROM roundcube/roundcubemail:1.4.2-apache
|
|
1
|
+FROM roundcube/roundcubemail:1.4.5-apache
|
2
|
2
|
|
3
|
3
|
RUN ln -s /bin/true /usr/local/bin/apache2-fake
|
4
|
4
|
|
|
@@ -10,7 +10,7 @@ RUN cd /usr/src/roundcubemail/ && composer.phar require sblaisot/automatic_addre
|
10
|
10
|
|
11
|
11
|
RUN cd /usr/src/roundcubemail/ && composer.phar require roundcube/authres_status 0.5.2
|
12
|
12
|
|
13
|
|
-RUN cd /usr/src/roundcubemail/ && composer.phar require kitist/html5_notifier 0.6.3
|
|
13
|
+RUN cd /usr/src/roundcubemail/ && composer.phar require kitist/html5_notifier 0.6.4
|
14
|
14
|
|
15
|
15
|
COPY ./config/ /usr/src/roundcubemail/
|
16
|
16
|
|