Bladeren bron

Bumped versions

tags/v2.0.1^0
Robin Thoni 5 jaren geleden
bovenliggende
commit
0f15cc0a94
Getekend door: Robin THONI <robin@rthoni.com> GPG sleutel-ID: 4E09DEF46B99E61E
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      roundcube/Dockerfile

+ 2
- 2
roundcube/Dockerfile Bestand weergeven

1
-FROM roundcube/roundcubemail:1.4.2-apache
1
+FROM roundcube/roundcubemail:1.4.5-apache
2
 
2
 
3
 RUN ln -s /bin/true /usr/local/bin/apache2-fake
3
 RUN ln -s /bin/true /usr/local/bin/apache2-fake
4
 
4
 
10
 
10
 
11
 RUN cd /usr/src/roundcubemail/ && composer.phar require roundcube/authres_status 0.5.2
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
 COPY ./config/ /usr/src/roundcubemail/
15
 COPY ./config/ /usr/src/roundcubemail/
16
 
16
 

Laden…
Annuleren
Opslaan