diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 5fbe978..ae525ba 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5-apache +FROM php:7.0-apache RUN apt-get update && apt-get install -y \ libfreetype6-dev \