Skip to content

Commit

Permalink
Update service to run PHP latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jan 1, 2024
1 parent 57379e0 commit 96b153c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:
volumes:
- .:/package
tty: true
package-last:
image: registry.gitlab.com/aplus-framework/images/package:3
container_name: package-image-last
package-latest:
image: registry.gitlab.com/aplus-framework/images/package:latest
container_name: package-image-latest
working_dir: /package
volumes:
- .:/package
Expand Down

0 comments on commit 96b153c

Please sign in to comment.