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

akrabat 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 4161884  Update PHP runtime to pick-up fixes (#91)
4161884 is described below

commit 4161884a685c5ae2e13ed91f146735cffbeb02f7
Author: Martin Henke <[email protected]>
AuthorDate: Mon Sep 14 13:13:24 2020 +0200

    Update PHP runtime to pick-up fixes (#91)
    
    * Update PHP runtime to pick-up fixes
    
    * Adapt to the really latest PHP versions
---
 core/php7.2Action/CHANGELOG.md | 3 +++
 core/php7.2Action/Dockerfile   | 2 +-
 core/php7.3Action/CHANGELOG.md | 3 +++
 core/php7.3Action/Dockerfile   | 2 +-
 core/php7.4Action/CHANGELOG.md | 4 ++++
 core/php7.4Action/Dockerfile   | 2 +-
 6 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index 3dc4709..9f3cbc3 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -17,6 +17,9 @@
 #
 -->
 
+## Next release
+ - Update version of PHP to 7.2.33
+
 ## Apache 1.14.0
 Changes:
   - Update version of PHP to 7.2.25
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index 87c87e5..6f7ac7b 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM php:7.2.31-alpine
+FROM php:7.2.33-alpine
 
 RUN \
     apk update && apk upgrade && \
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index e47ce5a..1e21f3a 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.22
+
 ## Apache 1.14.0
 Changes:
   - Update version of PHP to 7.3.12
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 602da3d..e03bc04 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.18-cli-stretch
+FROM php:7.3.22-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 6cf62b5..0e2f59e 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -16,6 +16,10 @@
 # limitations under the License.
 #
 -->
+
+## Next release
+ - Update version of PHP to 7.4.10
+
 ## Apache 1.14.0
 Initial release
 - Added: PHP: 7.4.0
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 595d2ca..176c6f2 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.5-cli-buster
+FROM php:7.4.10-cli-buster
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release

Reply via email to