From 352d77bf339f73d83d3d57287073fee4ec25dc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A4nger?= Date: Sun, 12 Nov 2017 23:34:57 +0100 Subject: [PATCH] upgrade php for roundcube --- webmails/roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 5fbe9781..ae525bad 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 \