Update to PHP 7.1

This commit is contained in:
Tilo Spannagel 2017-02-12 15:13:18 +01:00
parent 4f8fa003c9
commit 0ad90b9ce9
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM php:5.6-apache
FROM php:7.1-apache
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-fpm
FROM php:7.1-fpm
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-apache
FROM php:7.1-apache
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-fpm
FROM php:7.1-fpm
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-apache
FROM php:7.1-apache
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-fpm
FROM php:7.1-fpm
RUN apt-get update && apt-get install -y \
bzip2 \

View File

@ -1,4 +1,4 @@
FROM php:5.6-%%VARIANT%%
FROM php:7.1-%%VARIANT%%
RUN apt-get update && apt-get install -y \
bzip2 \