From 9c91c85f608457889f41b3e206276e86dd167b0b Mon Sep 17 00:00:00 2001 From: Chris Nizzardini Date: Mon, 25 Nov 2024 14:01:10 -0500 Subject: [PATCH] php 8.4 --- Dockerfile | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23771da..d12c6dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # # container # @see https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine -# @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.3 -FROM cnizzardini/php-fpm-alpine:8.3-latest AS cakephp_php +# @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.4 +FROM cnizzardini/php-fpm-alpine:8.4-latest AS cakephp_php ARG ENV=prod ARG UID=1000 diff --git a/README.md b/README.md index a192c68..931fece 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CakePHP](https://img.shields.io/badge/cakephp-5-red?logo=cakephp)](https://book.cakephp.org/5/en/index.html) [![Docker](https://img.shields.io/badge/docker-ffffff.svg?logo=docker)](.docker) [![Kubernetes](https://img.shields.io/badge/kubernetes-D3D3D3.svg?logo=kubernetes)](.kube) -[![PHP](https://img.shields.io/badge/php-8.3-8892BF.svg?logo=php)](https://hub.docker.com/_/php) +[![PHP](https://img.shields.io/badge/php-8.4-8892BF.svg?logo=php)](https://hub.docker.com/_/php) [![NGINX](https://img.shields.io/badge/nginx-1.19-009639.svg?logo=nginx)](https://hub.docker.com/_/nginx) [![MySQL](https://img.shields.io/badge/mysql-8-00758F.svg?logo=mysql)](https://hub.docker.com/_/mysql) @@ -17,11 +17,11 @@ or [DevilBox](https://devilbox.readthedocs.io/en/latest/examples/setup-cakephp.h - [Docker 20](https://docs.docker.com/engine/release-notes/) or higher - Make -| Service | Host:Port | Docker Host | Image | -|------------------------|----------------|-------------|----------------------------------------------------------------------------------------------| -| PHP8.3-FPM w/ Xdebug 3 | - | php | [cnizzardini/php-fpm-alpine:8.3-latest](https://hub.docker.com/r/cnizzardini/php-fpm-alpine) | -| NGINX 1.19 | localhost:8080 | web | [nginx:1.19-alpine](https://hub.docker.com/_/nginx) | -| MySQL 8 | localhost:3607 | db | [library/mysql:8](https://hub.docker.com/_/mysql) | +| Service | Host:Port | Docker Host | Image | +|-------------------------|----------------|-------------|----------------------------------------------------------------------------------------------| +| PHP8.4-FPM w/ Xdebug 3 | - | php | [cnizzardini/php-fpm-alpine:8.4-latest](https://hub.docker.com/r/cnizzardini/php-fpm-alpine) | +| NGINX 1.19 | localhost:8080 | web | [nginx:1.19-alpine](https://hub.docker.com/_/nginx) | +| MySQL 8 | localhost:3607 | db | [library/mysql:8](https://hub.docker.com/_/mysql) | - [Installation](#installation)