Browse Source

Bumped versions

tags/v2.0.1^0
Robin Thoni 3 years ago
parent
commit
0f15cc0a94
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roundcube/Dockerfile

+ 2
- 2
roundcube/Dockerfile View File

@@ -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
 

Loading…
Cancel
Save