Skip to content

Commit e0d5b45

Browse files
author
Ric Harvey
committed
Upgrade to php 7.4.5
1 parent 5f7fcc2 commit e0d5b45

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.4.2-fpm-alpine3.11
1+
FROM php:7.4.5-fpm-alpine3.11
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.9.0 | Master Branch |1.16.1 | 7.4.2 | 3.11 |
15+
| latest/1.9.0 | Master Branch |1.16.1 | 7.4.5 | 3.11 |
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
@@ -18,6 +18,7 @@ The latest tag will always follow the master branch in git. the other versions w
1818
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919
|-----|-------|-----|--------|--------|----------|
2020
| 1.9.0 | 7.4.2 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.2 |
21+
| 1.9.1 | 7.4.5 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.5 |
2122

2223
These tags will be created on GitLab and as tags in docker hub.
2324

0 commit comments

Comments
 (0)