Skip to content

Commit

Permalink
Fixed docker-compose label
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Jan 13, 2025
1 parent 449e12e commit eda4ad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packaging/test/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN export PHP_VERSION_TRANSFORMED=$(echo "${PHP_VERSION}" | sed 's#\.##g') \
&& yum install -y \
php \
php-mbstring \
php-mysql \
php-mysqli \
php-pcntl \
php-posix \
Expand Down
2 changes: 1 addition & 1 deletion packaging/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ services:
args:
- PHP_VERSION=7.2

apk-php83:
apk-php84:
image: elasticobservability/apm-agent-php-dev:packages-test-apk-php-8.4-0.0.1
build:
context: alpine
Expand Down

0 comments on commit eda4ad6

Please sign in to comment.