Merge pull request #3056 from AlexandreBrach/PHRDPL-34_widgets

PHRDPL-34 #comment fix PHP version (from 7.1 to 7.0)
This commit is contained in:
Nicolas Maillat
2019-05-31 15:35:44 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM php:7.1-fpm-stretch as builder FROM php:7.0-fpm-stretch as builder
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
@@ -92,7 +92,7 @@ COPY templates /var/alchemy/templates
COPY tests /var/alchemy/tests COPY tests /var/alchemy/tests
# Phraseanet # Phraseanet
FROM php:7.1-fpm-stretch as phraseanet FROM php:7.0-fpm-stretch as phraseanet
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
apt-transport-https \ apt-transport-https \