Skip to content

Commit 39658d8

Browse files
author
Ric Harvey
committed
build against php 7.1.10
1 parent 9c6d64a commit 39658d8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1.9-fpm-alpine
1+
FROM php:7.1.10-fpm-alpine
22

33
MAINTAINER Ric Harvey <ric@ngd.io>
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
99
### Versioning
1010
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
1111
|-----|-------|-----|--------|--------|
12-
| latest | Master Branch |1.13.5 | 7.1.9 | 3.4 |
12+
| latest | Master Branch |1.13.5 | 7.1.10 | 3.4 |
1313

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

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The latest tag will always follow the master branch in git. the other versions w
3535
| 1.3.3 | 1.3.3 |1.13.4 | 7.1.9 | 3.4 | 0.3.2 |
3636
| 1.3.4 | 1.3.4 |1.13.4 | 7.1.9 | 3.4 | 0.3.3 |
3737
| 1.3.5 | 1.3.5 |1.13.5 | 7.1.9 | 3.4 | 0.3.3 |
38+
| 1.3.6 | 1.3.6 |1.13.5 | 7.1.10 | 3.4 | 0.3.3 |
3839

3940
These tags will be created as releases on GitHub and as tags in docker hub.
4041

0 commit comments

Comments
 (0)