You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2020/10/07 13:13:00 UTC

[openwhisk-runtime-php] branch master updated: Update all PHP releases to gather fixes (#94)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f61601d  Update all PHP releases to gather fixes (#94)
f61601d is described below

commit f61601dc91a5bc5202c398a64dbff2a335c78ab0
Author: Martin Henke <ma...@de.ibm.com>
AuthorDate: Wed Oct 7 15:12:54 2020 +0200

    Update all PHP releases to gather fixes (#94)
---
 core/php7.2Action/CHANGELOG.md | 2 ++
 core/php7.2Action/Dockerfile   | 2 +-
 core/php7.3Action/CHANGELOG.md | 3 +++
 core/php7.3Action/Dockerfile   | 2 +-
 core/php7.4Action/CHANGELOG.md | 2 ++
 core/php7.4Action/Dockerfile   | 2 +-
 6 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index d247cf5..0338d41 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -16,6 +16,8 @@
 # limitations under the License.
 #
 -->
+## Next Release
+ - Update version of PHP to 7.2.34
 
 ## Apache 1.15.0
  - Update version of PHP to 7.2.33
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index 6f7ac7b..0156a09 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.2.33-alpine
+FROM php:7.2.34-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index dffa804..a946915 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -16,6 +16,9 @@
 # limitations under the License.
 #
 -->
+## Next Release
+  - Update version of PHP to 7.3.23
+
 ## Apache 1.15.0
   - Update version of PHP to 7.3.22
   - Use golang 1.15 and openwhisk-runtime-go 1.16.0 to build proxy
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index e048f82..0948d6f 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -28,7 +28,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM php:7.3.22-cli-stretch
+FROM php:7.3.23-cli-stretch
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release
diff --git a/core/php7.4Action/CHANGELOG.md b/core/php7.4Action/CHANGELOG.md
index 6fee7c1..133a062 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -16,6 +16,8 @@
 # limitations under the License.
 #
 -->
+## Next Release
+  - Update version of PHP to 7.4.11
 
 ## Apache 1.15.0
   - Update version of PHP to 7.4.10
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index ad28415..0ea5f1f 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -28,7 +28,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM php:7.4.10-cli-buster
+FROM php:7.4.11-cli-buster
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release