diff --git a/Dockerfile b/Dockerfile index d56990c6..104c9575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.9-fpm-alpine3.16 +FROM php:8.1.12-fpm-alpine3.16 LABEL maintainer="Ric Harvey " @@ -6,8 +6,8 @@ ENV php_conf /usr/local/etc/php-fpm.conf ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini -ENV NGINX_VERSION 1.21.6 -ENV LUA_MODULE_VERSION 0.10.19 +ENV NGINX_VERSION 1.22.1 +ENV LUA_MODULE_VERSION 0.10.22 ENV DEVEL_KIT_MODULE_VERSION 0.3.1 ENV LUAJIT_LIB=/usr/lib ENV LUAJIT_INC=/usr/include/luajit-2.1 diff --git a/README.md b/README.md index d34a8121..188a41db 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest/2.1.4 | Master Branch |1.21.6 | 8.1.9 | 3.16 | +| latest/2.2.0 | Master Branch |1.22.1 | 8.1.12 | 3.16 | For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 206bdc64..676dc1d3 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -17,6 +17,7 @@ The latest tag will always follow the master branch in git. the other versions w | Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes | |-----|-------|-----|--------|--------|----------| +| 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 | | 2.1.4 | 8.1.9 |1.21.6 | 3.16 | 0.3.16 | nginx upgraded to 1.22.0 | | 2.1.3 | 8.1.6 |1.22.0 | 3.15 | 0.3.16 | nginx upgraded to 1.22.0 | | 2.1.2 | 8.1.6 |1.21.6 | 3.15 | 0.3.16 | mod lua upgraded to 0.10.17 |