Skip to content

Commit

Permalink
EWPP-516: Update docker php image.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Nov 20, 2020
1 parent 2fb594a commit 3343671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ workspace:

services:
web:
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
environment:
- DOCUMENT_ROOT=/test/task-runner

pipeline:
composer-install-lowest:
group: prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
volumes:
- /cache:/cache
commands:
Expand All @@ -25,7 +25,7 @@ pipeline:

composer-install-highest:
group: prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
volumes:
- /cache:/cache
commands:
Expand All @@ -36,13 +36,13 @@ pipeline:

grumphp:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
commands:
- ./vendor/bin/grumphp run

phpunit:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
commands:
- ./vendor/bin/phpunit

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: fpfis/httpd-php-dev:7.3
image: registry.fpfis.eu/fpfis/httpd-php:7.3-dev
working_dir: /var/www/html
ports:
- 8080:8080
Expand Down

0 comments on commit 3343671

Please sign in to comment.