Commit 9ca3af0c authored by Tobias Munk's avatar Tobias Munk

updated PHP to 7.1.9

parent 7b712b10
Pipeline #25150 passed with stages
in 2 minutes and 17 seconds
# PHP Docker image for Yii 2.0 Framework runtime
# ==============================================
FROM php:7.1.8-fpm
FROM php:7.1.9-fpm
# Install system packages for PHP extensions recommended for Yii 2.0 Framework
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
......
# PHP Docker image for Yii 2.0 Framework runtime
# ==============================================
FROM php:7.1.8-fpm-alpine
FROM php:7.1.9-fpm-alpine
# Install system packages & PHP extensions required for Yii 2.0 Framework
# virtual pkg names and ENV $PHPIZE_DEPS are definied in base image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment