Change base PHP image for docker
This commit is contained in:
parent
32888533c1
commit
6ce4e64cb6
@ -1,5 +1,5 @@
|
||||
test:
|
||||
image: ${CI_REGISTRY}/leenooks/php:8.0-fpm-ext-test
|
||||
image: ${CI_REGISTRY}/leenooks/php:8.0-fpm-server-test
|
||||
|
||||
stage: test
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM registry.leenooks.net/leenooks/php:8.0-fpm-ext
|
||||
FROM registry.leenooks.net/leenooks/php:8.0-fpm-server
|
||||
|
||||
COPY . /var/www/html/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user