File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# container
3
3
# @see https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine
4
- # @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.2
5
- FROM cnizzardini/php-fpm-alpine:8.2 -latest AS cakephp_php
4
+ # @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.3
5
+ FROM cnizzardini/php-fpm-alpine:8.3 -latest AS cakephp_php
6
6
7
7
ARG ENV=prod
8
8
ARG UID=1000
Original file line number Diff line number Diff line change 4
4
[ ![ CakePHP] ( https://img.shields.io/badge/cakephp-5-red?logo=cakephp )] ( https://book.cakephp.org/5/en/index.html )
5
5
[ ![ Docker] ( https://img.shields.io/badge/docker-ffffff.svg?logo=docker )] ( .docker )
6
6
[ ![ Kubernetes] ( https://img.shields.io/badge/kubernetes-D3D3D3.svg?logo=kubernetes )] ( .kube )
7
- [ ![ PHP] ( https://img.shields.io/badge/php-8.2 -8892BF.svg?logo=php )] ( https://hub.docker.com/_/php )
7
+ [ ![ PHP] ( https://img.shields.io/badge/php-8.3 -8892BF.svg?logo=php )] ( https://hub.docker.com/_/php )
8
8
[ ![ NGINX] ( https://img.shields.io/badge/nginx-1.19-009639.svg?logo=nginx )] ( https://hub.docker.com/_/nginx )
9
9
[ ![ MySQL] ( https://img.shields.io/badge/mysql-8-00758F.svg?logo=mysql )] ( https://hub.docker.com/_/mysql )
10
10
@@ -19,7 +19,7 @@ or [DevilBox](https://devilbox.readthedocs.io/en/latest/examples/setup-cakephp.h
19
19
20
20
| Service | Host: Port | Docker Host | Image |
21
21
| ------------------------| ----------------| -------------| ----------------------------------------------------------------------------------------------|
22
- | PHP8.2 -FPM w/ Xdebug 3 | - | php | [ cnizzardini/php-fpm-alpine:8.2 -latest] ( https://hub.docker.com/r/cnizzardini/php-fpm-alpine ) |
22
+ | PHP8.3 -FPM w/ Xdebug 3 | - | php | [ cnizzardini/php-fpm-alpine:8.3 -latest] ( https://hub.docker.com/r/cnizzardini/php-fpm-alpine ) |
23
23
| NGINX 1.19 | localhost:8080 | web | [ nginx:1.19-alpine] ( https://hub.docker.com/_/nginx ) |
24
24
| MySQL 8 | localhost:3607 | db | [ library/mysql:8] ( https://hub.docker.com/_/mysql ) |
25
25
You can’t perform that action at this time.
0 commit comments