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 2021/12/13 09:10:38 UTC

[openwhisk-runtime-php] branch master updated: Update PHP version to 7.4.26 (#112)

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 dc6533b  Update PHP version to 7.4.26 (#112)
dc6533b is described below

commit dc6533b3d8d6c1ead903eac0f5f44abc4316e057
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Dec 13 10:06:53 2021 +0100

    Update PHP version to 7.4.26 (#112)
    
    Update PHP:7.4 version from 7.4.25-cli-buster to 7.4.26-cli-buster
    to provide security fix for certain XML parsing functions
    
    Update PHP:7.3 version from 7.3.32-cli-buster to 7.3.33-cli-buster
    Update PHP:8.0 version from 8.0.11-cli-buster to 8.0.13-cli-buster
    update CHANGELOG Next release
---
 core/php7.3Action/CHANGELOG.md | 2 +-
 core/php7.3Action/Dockerfile   | 2 +-
 core/php7.4Action/CHANGELOG.md | 2 +-
 core/php7.4Action/Dockerfile   | 2 +-
 core/php8.0Action/CHANGELOG.md | 2 +-
 core/php8.0Action/Dockerfile   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index 4d2221a..e00c057 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -18,7 +18,7 @@
 -->
 
 ## Next Release
-  - Update version of PHP to 7.3.32
+  - Update version of PHP to 7.3.33
   - Update to Debian "buster"
 
 ## Apache 1.17.0
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 13aa019..a02bfdf 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -33,7 +33,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM php:7.3.32-cli-buster
+FROM php:7.3.33-cli-buster
 
 # 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 2806635..9086691 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -18,7 +18,7 @@
 -->
 
 ## Next Release
-  - Update version of PHP to 7.4.25
+  - Update version of PHP to 7.4.62
 
 ## Apache 1.17.0
   - Update version of PHP to 7.4.21
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 7484d98..72fa935 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -33,7 +33,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM php:7.4.25-cli-buster
+FROM php:7.4.26-cli-buster
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release
diff --git a/core/php8.0Action/CHANGELOG.md b/core/php8.0Action/CHANGELOG.md
index b962dea..7689f65 100644
--- a/core/php8.0Action/CHANGELOG.md
+++ b/core/php8.0Action/CHANGELOG.md
@@ -18,7 +18,7 @@
 -->
 
 ## Next Release
-- Update version of PHP to 8.0.11
+- Update version of PHP to 8.0.13
 
 ## Apache 1.17.0
   - Update version of PHP to 8.0.8
diff --git a/core/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index 632efe9..4b42ac5 100644
--- a/core/php8.0Action/Dockerfile
+++ b/core/php8.0Action/Dockerfile
@@ -33,7 +33,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM php:8.0.11-cli-buster
+FROM php:8.0.13-cli-buster
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release