5.6.36-r62 release

This commit is contained in:
Bitnami Bot 2018-06-30 04:29:30 +00:00
parent 282ccdbd6e
commit c830c6e459
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ RUN mkdir -p /bitnami && ln -sf /bitnami/php /bitnami/php-fpm
RUN mkdir /opt/bitnami/php/logs && touch /opt/bitnami/php/logs/php-fpm.log
ENV BITNAMI_APP_NAME="php-fpm" \
BITNAMI_IMAGE_VERSION="5.6.36-r61" \
BITNAMI_IMAGE_VERSION="5.6.36-r62" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
EXPOSE 9000

View File

@ -8,7 +8,7 @@ COPY --from=development /opt/bitnami/common /opt/bitnami/common
COPY --from=development /opt/bitnami/php /opt/bitnami/php
ENV BITNAMI_APP_NAME="php-fpm" \
BITNAMI_IMAGE_VERSION="5.6.36-r61" \
BITNAMI_IMAGE_VERSION="5.6.36-r62" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
CMD ["php-fpm","-F","--pid","/opt/bitnami/php/tmp/php-fpm.pid","-y","/opt/bitnami/php/etc/php-fpm.conf"]

View File

@ -39,7 +39,7 @@ $ docker-compose up -d
* [`7.0`, `7.0.30-r62` (7.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.0.30-r62/7.0/Dockerfile)
* [`7.0-ol-7`, `7.0.30-ol-7-r12` (7.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.0.30-ol-7-r12/7.0/ol-7/Dockerfile)
* [`5.6-rhel-7`, `5.6.36-rhel-7-r5` (5.6/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-rhel-7-r5/5.6/rhel-7/Dockerfile)
* [`5.6`, `5.6.36-r61` (5.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-r61/5.6/Dockerfile)
* [`5.6`, `5.6.36-r62` (5.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-r62/5.6/Dockerfile)
* [`5.6-ol-7`, `5.6.36-ol-7-r11` (5.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-ol-7-r11/5.6/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/php-fpm GitHub repo](https://github.com/bitnami/bitnami-docker-php-fpm).