[RC] Bump to 1.6.6

This commit is contained in:
thopic 2024-02-14 11:49:28 +01:00
parent dee54dbbdf
commit 2a7ab42267
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM roundcube/roundcubemail:1.6.2-apache
FROM roundcube/roundcubemail:1.6.6-apache
RUN a2enmod remoteip; \
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \

View File

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