Mettre à jour 'Dockerfile'

This commit is contained in:
Dryusdan 2018-01-17 20:04:01 +01:00
parent 8ff8ec071d
commit 28e5509f7e
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM wonderfall/nginx-php
FROM xataz/nginx-php
ARG VERSION=3.3.0
@ -6,8 +6,8 @@ ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237"
ENV UID=991 GID=991 \
UPLOAD_MAX_SIZE=10M \
MEMORY_LIMIT=256M \
OPCACHE_MEM_SIZE=128M
MEMORY_LIMIT=512M \
OPCACHE_MEM_SIZE=256M
RUN BUILD_DEPS=" \
git \