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 18:07:37 UTC

[incubator-openwhisk-runtime-php] branch master updated: Update PHP 7.1.25 and 7.2.13 (#51)

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

csantanapr 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 a68bb79  Update PHP 7.1.25 and 7.2.13 (#51)
a68bb79 is described below

commit a68bb79a17ae4d3aa3d975fab94127ed44b56136
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Mon Dec 17 10:07:32 2018 -0800

    Update PHP 7.1.25 and 7.2.13 (#51)
---
 core/php7.1Action/CHANGELOG.md | 4 ++++
 core/php7.1Action/Dockerfile   | 2 +-
 core/php7.2Action/CHANGELOG.md | 4 ++++
 core/php7.2Action/Dockerfile   | 2 +-
 core/php7.3Action/CHANGELOG.md | 2 +-
 5 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/core/php7.1Action/CHANGELOG.md b/core/php7.1Action/CHANGELOG.md
index 3c9b4cb..e4c119b 100644
--- a/core/php7.1Action/CHANGELOG.md
+++ b/core/php7.1Action/CHANGELOG.md
@@ -17,6 +17,10 @@
 #
 -->
 
+## Apache 1.13.0-incubating (next release)
+Changes:
+  - Update version of PHP to 7.1.25
+
 ## 1.0.3
 Changes:
   - Allow /run endpoint to accept more environment variables [#40](https://github.com/apache/incubator-openwhisk-runtime-php/pull/40)
diff --git a/core/php7.1Action/Dockerfile b/core/php7.1Action/Dockerfile
index c9ef0fa..21b7afb 100644
--- a/core/php7.1Action/Dockerfile
+++ b/core/php7.1Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.1.23-alpine
+FROM php:7.1.25-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index 4fd1847..8cd72d9 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -17,6 +17,10 @@
 #
 -->
 
+## Apache 1.13.0-incubating (next release)
+Changes:
+  - Update version of PHP to 7.2.13
+
 ## 1.0.2
 Changes:
   - Allow /run endpoint to accept more environment variables [#40](https://github.com/apache/incubator-openwhisk-runtime-php/pull/40)
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index fcfd481..a03f9dc 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.2.12-alpine
+FROM php:7.2.13-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index ce138a8..4357aa6 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -17,7 +17,7 @@
 #
 -->
 
-## 1.0.0
+## Apache 1.13.0-incubating (next release)
 Initial release
 
 - Added: PHP: 7.3.0