You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/12/17 16:42:00 UTC

[incubator-openwhisk-devtools] 01/01: Update Makefile

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch php7.3
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git

commit aca1604b93ba70b95076e80c16cceacd6b574171
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Mon Dec 17 11:41:53 2018 -0500

    Update Makefile
---
 docker-compose/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index aa97d5b..86ac385 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -124,6 +124,7 @@ docker-pull-full:
 	docker pull $(DOCKER_IMAGE_PREFIX)/action-swift-v4.1
 	docker pull $(DOCKER_IMAGE_PREFIX)/java8action
 	docker pull $(DOCKER_IMAGE_PREFIX)/action-php-v7.2
+	docker pull $(DOCKER_IMAGE_PREFIX)/action-php-v7.3
 	docker pull $(DOCKER_IMAGE_PREFIX)/action-ruby-v2.5
 	docker pull $(DOCKER_IMAGE_PREFIX)/actionloop-golang-v1.11
 	docker pull $(DOCKER_IMAGE_PREFIX)/dockerskeleton