fix: update image name in pcov/Makefile

This commit is contained in:
Paolo Cuffiani
2022-05-19 12:42:22 +02:00
parent abd0ed1248
commit 137faa859d
+1 -1
View File
@@ -3,7 +3,7 @@ ALL: build
.PHONY: build test push
PARENT_IMAGE := chialab/php
IMAGE := chialab/php-dev
IMAGE := chialab/php-pcov
VERSION ?= latest
PHP_VERSION = $(firstword $(subst -, ,$(VERSION)))