Skip to content

Commit e7cbabc

Browse files
author
Ric Harvey
committed
Update to PHP 7.1.2
1 parent f9298a7 commit e7cbabc

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.1-fpm-alpine
1+
FROM php:7.1.2-fpm-alpine
22

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

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.11.10 | 7.1.1 | 3.4 |
13+
| latest | Master Branch |1.11.10 | 7.1.2 | 3.4 |
1414

1515
For other tags please see: [versioning](docs/versioning.md)
1616

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ The latest tag will always follow the master branch in git. the other versions w
1818
| latest | Master Branch |1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
1919
| 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 |
2020
| 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |
21+
| 1.1.3 | 1.1.3 |1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
2122

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

0 commit comments

Comments
 (0)