[RC] Bump to 1.12

This commit is contained in:
thopic 2021-12-12 15:20:45 +01:00
parent 2c9df49514
commit be93c84ce9
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.4.11-apache
FROM roundcube/roundcubemail:1.4.12-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:1.4.11
image: my_roundcube:1.4.12
restart: unless-stopped
depends_on:
- db