Skip to content

Commit

Permalink
Update composer and docker-compose and docker-compose-ci files
Browse files Browse the repository at this point in the history
Revert change on composer.json to require dev-main, and update docker-compose files
to use the latest released open_social_docker images featuring PHP 8.1 compatibility
  • Loading branch information
tbsiqueira committed Jul 10, 2023
1 parent 8516671 commit e3b926a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "2"

services:
web_scripts:
image: goalgorilla/open_social_docker:ci
image: goalgorilla/open_social_docker:ci-d9.5-php8.1-v1
volumes:
- ./:/var/www:delegated
depends_on:
Expand All @@ -14,7 +14,7 @@ services:
container_name: social_ci_web_scripts

web:
image: goalgorilla/open_social_docker:ci
image: goalgorilla/open_social_docker:ci-d9.5-php8.1-v1
volumes:
- ./:/var/www:delegated
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See: https://github.com/compose-spec/compose-spec/blob/master/spec.md
services:
web:
image: goalgorilla/open_social_docker:dev
image: goalgorilla/open_social_docker:d9.5-php8.1-v1
volumes:
- ./:/var/www:delegated
depends_on:
Expand Down

0 comments on commit e3b926a

Please sign in to comment.