5.6.36-r35 release
This commit is contained in:
parent
3e10e502f7
commit
2b0340d355
|
|
@ -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-r34" \
|
||||
BITNAMI_IMAGE_VERSION="5.6.36-r35" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
||||
|
||||
EXPOSE 9000
|
||||
|
|
|
|||
|
|
@ -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-r34" \
|
||||
BITNAMI_IMAGE_VERSION="5.6.36-r35" \
|
||||
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"]
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ $ docker-compose up -d
|
|||
* [`7.0`, `7.0.30-r35` (7.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.0.30-r35/7.0/Dockerfile)
|
||||
* [`7.0-ol-7`, `7.0.30-ol-7-r1` (7.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.0.30-ol-7-r1/7.0/ol-7/Dockerfile)
|
||||
* [`7.0-rhel-7`, `7.0.30-rhel-7-r2` (7.0/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.0.30-rhel-7-r2/7.0/rhel-7/Dockerfile)
|
||||
* [`5.6`, `5.6.36-r34` (5.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-r34/5.6/Dockerfile)
|
||||
* [`5.6`, `5.6.36-r35` (5.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-r35/5.6/Dockerfile)
|
||||
* [`5.6-ol-7`, `5.6.36-ol-7-r1` (5.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-ol-7-r1/5.6/ol-7/Dockerfile)
|
||||
* [`5.6-rhel-7`, `5.6.36-rhel-7-r2` (5.6/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/5.6.36-rhel-7-r2/5.6/rhel-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue