You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2019/06/17 13:37:03 UTC

[incubator-openwhisk-runtime-php] branch master updated: PHP recency to gather security fixes (7.1.30, 7.2.19 and 7.3.6) (#61)

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 03e7a62  PHP recency to gather security fixes (7.1.30, 7.2.19 and 7.3.6) (#61)
03e7a62 is described below

commit 03e7a622ad405501d7593ac082386ca784cbd279
Author: Martin Henke <ma...@web.de>
AuthorDate: Mon Jun 17 15:36:58 2019 +0200

    PHP recency to gather security fixes (7.1.30, 7.2.19 and 7.3.6) (#61)
    
    * PHP recency to gether security fixes
    
    * update change log
---
 core/php7.1Action/CHANGELOG.md | 2 +-
 core/php7.1Action/Dockerfile   | 2 +-
 core/php7.2Action/CHANGELOG.md | 2 +-
 core/php7.2Action/Dockerfile   | 2 +-
 core/php7.3Action/CHANGELOG.md | 2 +-
 core/php7.3Action/Dockerfile   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/php7.1Action/CHANGELOG.md b/core/php7.1Action/CHANGELOG.md
index fb32ed1..b5a3a94 100644
--- a/core/php7.1Action/CHANGELOG.md
+++ b/core/php7.1Action/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 ## Apache 1.14.0-incubating (next release)
 Changes:
-  - Update version of PHP to 7.1.29
+  - Update version of PHP to 7.1.30
 
 ## Apache 1.13.0-incubating
 Changes:
diff --git a/core/php7.1Action/Dockerfile b/core/php7.1Action/Dockerfile
index bc29fc6..cee9a2f 100644
--- a/core/php7.1Action/Dockerfile
+++ b/core/php7.1Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.1.29-alpine
+FROM php:7.1.30-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index 202c105..a74fb4f 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 ## Apache 1.14.0-incubating (next release)
 Changes:
-  - Update version of PHP to 7.2.18
+  - Update version of PHP to 7.2.19
 
 ## Apache 1.13.0-incubating
 Changes:
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index 225592d..dcc1f6e 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.2.18-alpine
+FROM php:7.2.19-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index c223ecf..955c7d1 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -18,7 +18,7 @@
 -->
 ## Apache 1.14.0-incubating (next release)
 Changes:
-  - Update version of PHP to 7.3.5
+  - Update version of PHP to 7.3.6
   - Added PHP extension mongodb
 
 
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index f9cf261..002e305 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -23,7 +23,7 @@ RUN curl -L "$PROXY_SOURCE" | tar xzf - \
      src/github.com/apache/incubator-openwhisk-runtime-go \
   && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
   && CGO_ENABLED=0 go build -o /bin/proxy
-FROM php:7.3.5-cli-stretch
+FROM php:7.3.6-cli-stretch
 
 # install dependencies
 RUN \