[RC] Switch to roundcubeorg/roundcubemail image (still on 1.6.0)

This commit is contained in:
thopic 2022-12-14 16:30:11 +01:00
parent 8bb9c6a5a8
commit 62f83e1e4a
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM roundcube/roundcubemail:1.6.0-apache FROM roundcubeorg/roundcubemail:latest-apache
RUN a2enmod remoteip; \ RUN a2enmod remoteip; \
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \ echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \
@ -14,14 +14,14 @@ RUN set -ex; \
git \ git \
; \ ; \
\ \
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer; \
mv /usr/src/roundcubemail/composer.json-dist /usr/src/roundcubemail/composer.json; \
\
composer \ composer \
--working-dir=/usr/src/roundcubemail/ \ --working-dir=/usr/src/roundcubemail/ \
--prefer-dist --prefer-stable \ --prefer-dist \
--update-no-dev --no-interaction \ --prefer-stable \
--optimize-autoloader --apcu-autoloader \ --update-no-dev \
--no-interaction \
--optimize-autoloader \
--apcu-autoloader \
require \ require \
roundcube/carddav \ roundcube/carddav \
; \ ; \

View File

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