Skip to content

Commit d67cc44

Browse files
committed
update rainloop to 1.15.0 and php8
1 parent 9a0da8e commit d67cc44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3-fpm-stretch
1+
FROM php:8.0-fpm
22

33
LABEL org.label-schema.description="Rainloop (webmail client) image using nginx, php-fpm based on debian." \
44
maintainer="youtous <contact@youtous.me>" \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ It also provides some security enhancements, see below.
3434
3535
### Features
3636
- Lightweight & secure image (no root process)
37-
- Based on **Debian-stretch**
37+
- Based on **Debian-buster**
3838
- Latest Rainloop **Community Edition** (stable)
3939
- Contacts (DB) : sqlite, mysql or pgsql (server not built-in)
40-
- With Nginx and PHP7
40+
- With Nginx and PHP8
4141
- Postfixadmin-change-password plugin
4242
- Redirects Rainloop log files to docker logs, allowing fail2ban processing
4343
- Periodically rotates rainloop log files (errors, auth)

0 commit comments

Comments
 (0)