Skip to content

Commit

Permalink
Use main image built in core repo (#144)
Browse files Browse the repository at this point in the history
Instead of building a new one, we can reference the one
that's already being built.
  • Loading branch information
cedricziel authored Apr 7, 2023
1 parent 4ddd6e5 commit ece6776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.7'
services:
php:
image: ghcr.io/open-telemetry/opentelemetry-php/opentelemetry-php-base:${PHP_VERSION:-7.4}
build:
context: ./docker
dockerfile: Dockerfile
Expand Down

0 comments on commit ece6776

Please sign in to comment.