From cabf1e1c90bbfd2f73c1e7f9bacae5e9874664f9 Mon Sep 17 00:00:00 2001 From: Jeroen Geusebroek Date: Thu, 9 Nov 2017 19:30:40 +0100 Subject: [PATCH] Update to Ubuntu 17.10 & PHP 7.1 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9133e0..3806b7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM ubuntu:16.10 +FROM ubuntu:17.10 MAINTAINER Jeroen Geusebroek ENV DEBIAN_FRONTEND="noninteractive" \ TERM="xterm" \ - APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php7.0-xml php7.0-xmlrpc php7.0-mbstring php7.0-zip git-core" \ - REFRESHED_AT='2017-01-03' + APTLIST="apache2 php7.1 php7.1-curl php7.1-gd php7.1-gmp php7.1-mysql php7.1-xml php7.1-xmlrpc php7.1-mbstring php7.1-zip git-core" \ + REFRESHED_AT='2017-11-09' RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup &&\ echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache && \