File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.1.9 -fpm-alpine3.16
1+ FROM php:8.1.12 -fpm-alpine3.16
22
33LABEL maintainer="Ric Harvey <ric@squarecows.com>"
44
55ENV php_conf /usr/local/etc/php-fpm.conf
66ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77ENV 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
1111ENV DEVEL_KIT_MODULE_VERSION 0.3.1
1212ENV LUAJIT_LIB=/usr/lib
1313ENV LUAJIT_INC=/usr/include/luajit-2.1
Original file line number Diff line number Diff 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
1515For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
1616
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments