@@ -60,49 +60,49 @@ Default value of Docker build arguments is grabbed from the [.build.env](.build.
6060## Example building __ fpm__ variant __ prd__ Docker image
6161
6262``` sh
63- make build-fpm PHP_VERSION=8.3.15
63+ make build-fpm PHP_VERSION=8.3.19
6464```
6565
66- __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.15 -fpm-prd `
66+ __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.19 -fpm-prd `
6767
6868``` sh
69- make build-fpm PHP_VERSION=8.3.15 DOCKER_IMAGE_NAME=docker.io/lambdauser/mybasephpimage
69+ make build-fpm PHP_VERSION=8.3.19 DOCKER_IMAGE_NAME=docker.io/lambdauser/mybasephpimage
7070```
7171
72- __ Provide docker image__ : ` docker.io/lambdauser/mybasephpimage:8.3.15 -fpm-prd `
72+ __ Provide docker image__ : ` docker.io/lambdauser/mybasephpimage:8.3.19 -fpm-prd `
7373
7474## Example building __ fpm__ variant __ dev__ Docker image
7575
7676``` sh
77- make build-fpm-dev PHP_VERSION=8.3.15
77+ make build-fpm-dev PHP_VERSION=8.3.19
7878```
7979
80- __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.15 -fpm-dev `
80+ __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.19 -fpm-dev `
8181
8282## Example building __ nginx__ variant __ dev__ Docker image
8383
8484``` sh
85- make build-nginx-dev PHP_VERSION=8.3.15
85+ make build-nginx-dev PHP_VERSION=8.3.19
8686```
8787
88- __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.15 -nginx-dev `
88+ __ Provide docker image__ : ` docker.io/elasticms/base-php:8.3.19 -nginx-dev `
8989
9090## Example building __ all__ variants Docker image
9191
9292``` sh
93- make build-all PHP_VERSION=8.3.15
93+ make build-all PHP_VERSION=8.3.19
9494```
9595
9696__ Provide docker images__ :
9797
98- - ` docker.io/elasticms/base-php:8.3.15 -fpm-prd `
99- - ` docker.io/elasticms/base-php:8.3.15 -fpm-dev `
100- - ` docker.io/elasticms/base-php:8.3.15 -apache-prd `
101- - ` docker.io/elasticms/base-php:8.3.15 -apache-dev `
102- - ` docker.io/elasticms/base-php:8.3.15 -nginx-prd `
103- - ` docker.io/elasticms/base-php:8.3.15 -nginx-dev `
104- - ` docker.io/elasticms/base-php:8.3.15 -cli-prd `
105- - ` docker.io/elasticms/base-php:8.3.15 -cli-dev `
98+ - ` docker.io/elasticms/base-php:8.3.19 -fpm-prd `
99+ - ` docker.io/elasticms/base-php:8.3.19 -fpm-dev `
100+ - ` docker.io/elasticms/base-php:8.3.19 -apache-prd `
101+ - ` docker.io/elasticms/base-php:8.3.19 -apache-dev `
102+ - ` docker.io/elasticms/base-php:8.3.19 -nginx-prd `
103+ - ` docker.io/elasticms/base-php:8.3.19 -nginx-dev `
104+ - ` docker.io/elasticms/base-php:8.3.19 -cli-prd `
105+ - ` docker.io/elasticms/base-php:8.3.19 -cli-dev `
106106# Test
107107
108108## Prerequisite
@@ -118,13 +118,13 @@ make test[-fpm|-apache|-nginx|-cli|-all][-dev] PHP_VERSION=<PHP Version you want
118118## Example testing of __ prd__ builded docker image
119119
120120``` sh
121- make test PHP_VERSION=8.3.15
121+ make test PHP_VERSION=8.3.19
122122```
123123
124124## Example testing of __ dev__ builded docker image
125125
126126``` sh
127- make test-dev PHP_VERSION=8.3.15
127+ make test-dev PHP_VERSION=8.3.19
128128```
129129
130130# Releases
@@ -144,7 +144,7 @@ The `docker.io/elasticms/base-php` images come in many flavors, each designed fo
144144
145145## ` docker.io/elasticms/base-php:<version>-fpm[-prd] `
146146
147- This image is based and use the official PHP Docker Hub image [ ` docker.io/php:8.3.x-fpm-alpine3.19 ` ] ( https://hub.docker.com/_/php ) as parent.
147+ This image is based and use the official PHP Docker Hub image [ ` docker.io/php:8.3.x-fpm-alpine3.21 ` ] ( https://hub.docker.com/_/php ) as parent.
148148It is configured and configurable to support any PHP application.
149149It use the default php.ini-production configuration files and Supervisor to help automate the Docker image.
150150
0 commit comments