Skip to content

Commit 7d90473

Browse files
author
Ric Harvey
committed
Upgrade to PHP 7.3.6
1 parent 0003610 commit 7d90473

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.3.5-fpm-alpine3.9
1+
FROM php:7.3.6-fpm-alpine3.9
22

33
LABEL maintainer="Ric Harvey <ric@ngd.io>"
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on
1212
### Versioning
1313
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1414
|-----|-------|-----|--------|--------|
15-
| latest/1.7.1 | Master Branch |1.16.0 | 7.3.5 | 3.9 |
15+
| latest/1.7.1 | Master Branch |1.16.0 | 7.3.6 | 3.9 |
1616

1717
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)
1818

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The latest tag will always follow the master branch in git. the other versions w
2828
| 1.6.8 | 7.3.4 |1.14.2 | 3.9 | 0.3.12 | Custom scripts rolled back |
2929
| 1.7.0 | 7.3.4 |1.16.0 | 3.9 | 0.3.12 | First move to nginx 1.16.0 |
3030
| 1.7.1 | 7.3.5 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.5 |
31+
| 1.7.2 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.6 |
3132

3233
These tags will be created on GitLab and as tags in docker hub.
3334

0 commit comments

Comments
 (0)