Skip to content

Commit bbee816

Browse files
committed
Run service with PHP latest version
1 parent 0904b70 commit bbee816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
volumes:
88
- .:/package
99
tty: true
10-
package-last:
11-
image: registry.gitlab.com/aplus-framework/images/package:3
12-
container_name: package-language-last
10+
package-latest:
11+
image: registry.gitlab.com/aplus-framework/images/package:latest
12+
container_name: package-language-latest
1313
working_dir: /package
1414
volumes:
1515
- .:/package

0 commit comments

Comments
 (0)