File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121
2222 services :
2323 postgres :
24- image : postgres
24+ image : postgres:17.4
2525 env :
2626 POSTGRES_PASSWORD : " "
2727 POSTGRES_USER : forge
3535 --health-timeout 5s
3636 --health-retries 5
3737 redis :
38- image : redis:7.2
38+ image : redis:7.4
3939 env :
4040 ALLOW_EMPTY_PASSWORD : " yes"
4141 ports :
4949 steps :
5050 - uses : shivammathur/setup-php@v2
5151 with :
52- php-version : ' 8.3 '
52+ php-version : ' 8.4 '
5353 extensions : pgsql
5454 - uses : actions/checkout@v3
5555 - name : Install Dependencies
Original file line number Diff line number Diff line change 1- FROM webdevops/php-nginx:8.3 -alpine
1+ FROM webdevops/php-nginx:8.4 -alpine
22
33ENV WEB_DOCUMENT_ROOT /app/public
44ENV WEB_DOCUMENT_INDEX index.php
Original file line number Diff line number Diff line change 11services :
22
33 nginx :
4- image : ghcr.io/ronasit/php-nginx-dev:8.3
4+ image : ghcr.io/ronasit/php-nginx-dev:8.4
55 working_dir : /app
66 command : >
77 bash -c "chmod +x ./docker/entrypoint.sh && ./docker/entrypoint.sh && cd /opt/docker && supervisord"
@@ -50,7 +50,7 @@ services:
5050 - 6379:6379
5151
5252 php :
53- image : webdevops/php:8.3 -alpine
53+ image : webdevops/php:8.4 -alpine
5454 working_dir : /app
5555 volumes :
5656 - ./:/app
You can’t perform that action at this time.
0 commit comments