[RC] Bump to 1.6

+ Fix broken plugin installation by updating composer option
This commit is contained in:
thopic 2022-08-25 15:22:35 +02:00
parent f555069ad5
commit 12906550d9
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM roundcube/roundcubemail:1.4.12-apache
FROM roundcube/roundcubemail:1.6.0-apache
RUN a2enmod remoteip; \
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \
@ -20,7 +20,7 @@ RUN set -ex; \
composer \
--working-dir=/usr/src/roundcubemail/ \
--prefer-dist --prefer-stable \
--no-update --no-interaction \
--update-no-dev --no-interaction \
--optimize-autoloader --apcu-autoloader \
require \
roundcube/carddav \

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
build: .
image: my_roundcube:1.4.12
image: my_roundcube:1.6.0
restart: unless-stopped
depends_on:
- db