0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-15 07:13:45 +01:00

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 \