Skip to content

Commit 317867b

Browse files
committed
change FPM to 8.4-rc-fpm-alpine3.20
1 parent 5fce94f commit 317867b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ services:
5858

5959
phpfpm:
6060
container_name: phpfpm
61-
image: 'bitnami/php-fpm:8.3.9'
61+
# image: 'bitnami/php-fpm:8.3.9'
62+
image: '8.4-rc-fpm-alpine3.20'
6263
volumes:
6364
- ./public:/usr/src/app/public
6465
- ./containers:/usr/src/app/containers

0 commit comments

Comments
 (0)