Skip to content

Commit ccdbd20

Browse files
committed
Update symfony template to use php 8.4
1 parent 2b4e283 commit ccdbd20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/symfony-6/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
phpfpm:
11-
image: itkdev/php8.3-fpm:alpine
11+
image: itkdev/php8.4-fpm:alpine
1212
restart: unless-stopped
1313
networks:
1414
- app

templates/symfony-6/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
#- ENCRYPT=1 # Uncomment to enable database encryption.
2828

2929
phpfpm:
30-
image: itkdev/php8.3-fpm:latest
30+
image: itkdev/php8.4-fpm:latest
3131
user: ${COMPOSE_USER:-deploy}
3232
networks:
3333
- app

0 commit comments

Comments
 (0)