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

dubeejw pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 7375a15  Update to PHP 7.3.1 (#52)
7375a15 is described below

commit 7375a152a1fe4a777967637265f62b1a9d60025f
Author: Rob Allen <[email protected]>
AuthorDate: Fri Jan 25 17:10:19 2019 +0000

    Update to PHP 7.3.1 (#52)
---
 core/php7.3Action/CHANGELOG.md | 2 +-
 core/php7.3Action/Dockerfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index 4357aa6..59b4bbb 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -20,7 +20,7 @@
 ## Apache 1.13.0-incubating (next release)
 Initial release
 
-- Added: PHP: 7.3.0
+- Added: PHP: 7.3.1
 - Added: PHP extensions in addition to the standard ones:
     - bcmath
     - curl
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 85c7801..a412851 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM openwhisk/actionloop:410d006 as builder
 
-FROM php:7.3.0-cli-stretch
+FROM php:7.3.1-cli-stretch
 
 # install dependencies
 RUN \

Reply via email to