Skip to content

Commit 21cd9b8

Browse files
author
Ric Harvey
committed
build 1.2.4 release php 7.1.8 nginx 1.13.4
1 parent 3cf02fc commit 21cd9b8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:7.1.7-fpm-alpine
1+
FROM php:7.1.8-fpm-alpine
22

33
MAINTAINER ngineered <support@ngineered.co.uk>
44

55
ENV php_conf /usr/local/etc/php-fpm.conf
66
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88

9-
ENV NGINX_VERSION 1.13.3
9+
ENV NGINX_VERSION 1.13.4
1010

1111
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
1212
&& CONFIG="\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
1010
### Versioning
1111
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
1212
|-----|-------|-----|--------|--------|
13-
| latest | Master Branch |1.13.2 | 7.1.7 | 3.4 |
13+
| latest | Master Branch |1.13.4 | 7.1.8 | 3.4 |
1414

1515
For other tags please see: [versioning](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/versioning.md)
1616

docs/versioning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The latest tag will always follow the master branch in git. the other versions w
2525
| 1.2.0 | 1.2.0 |1.12.10 | 7.1.3 | 3.4 | 0.2.9 |
2626
| 1.2.1 | 1.2.1 |1.13.1 | 7.1.6 | 3.4 | 0.2.9 |
2727
| 1.2.2 | 1.2.2 |1.13.2 | 7.1.7 | 3.4 | 0.2.9 |
28+
| 1.2.3 | 1.2.3 |1.13.3 | 7.1.7 | 3.4 | 0.2.9 |
29+
| 1.2.4 | 1.2.3 |1.13.4 | 7.1.8 | 3.4 | 0.2.9 |
2830

2931
These tags will be created as releases on GitHub and as tags in docker hub.
3032

0 commit comments

Comments
 (0)