소스 검색

Bumped versions

tags/v2.0.1^0
Robin Thoni 3 년 전
부모
커밋
0f15cc0a94
로그인 계정: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      roundcube/Dockerfile

+ 2
- 2
roundcube/Dockerfile 파일 보기

@@ -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…
취소
저장