Skip to content

Commit 9e13c83

Browse files
committed
Upgrade to nginx 1.22.1 and php 8.1.12
1 parent 815ee47 commit 9e13c83

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM php:8.1.9-fpm-alpine3.16
1+
FROM php:8.1.12-fpm-alpine3.16
22

33
LABEL maintainer="Ric Harvey <ric@squarecows.com>"
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.21.6
10-
ENV LUA_MODULE_VERSION 0.10.19
9+
ENV NGINX_VERSION 1.22.1
10+
ENV LUA_MODULE_VERSION 0.10.22
1111
ENV DEVEL_KIT_MODULE_VERSION 0.3.1
1212
ENV LUAJIT_LIB=/usr/lib
1313
ENV LUAJIT_INC=/usr/include/luajit-2.1

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 | Git Release | Nginx Version | PHP Version | Alpine Version |
1212
|-----|-------|-----|--------|--------|
13-
| latest/2.1.4 | Master Branch |1.21.6 | 8.1.9 | 3.16 |
13+
| latest/2.2.0 | Master Branch |1.22.1 | 8.1.12 | 3.16 |
1414

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

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The latest tag will always follow the master branch in git. the other versions w
1717

1818
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919
|-----|-------|-----|--------|--------|----------|
20+
| 2.2.0 | 8.1.12 |1.22.1 | 3.16 | 0.3.16 | nginx upgraded to 1.22.1 php to 8.1.12 |
2021
| 2.1.4 | 8.1.9 |1.21.6 | 3.16 | 0.3.16 | nginx upgraded to 1.22.0 |
2122
| 2.1.3 | 8.1.6 |1.22.0 | 3.15 | 0.3.16 | nginx upgraded to 1.22.0 |
2223
| 2.1.2 | 8.1.6 |1.21.6 | 3.15 | 0.3.16 | mod lua upgraded to 0.10.17 |

0 commit comments

Comments
 (0)