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 c33bab5  update PHP to gather fixes (#106)
c33bab5 is described below

commit c33bab5ae087f424d26d8c689f741d81cbc756e4
Author: Martin Henke <[email protected]>
AuthorDate: Tue Jul 13 20:42:14 2021 +0200

    update PHP to gather fixes (#106)
---
 core/php7.3Action/CHANGELOG.md | 4 ++++
 core/php7.3Action/Dockerfile   | 2 +-
 core/php7.4Action/CHANGELOG.md | 4 ++++
 core/php7.4Action/Dockerfile   | 2 +-
 core/php8.0Action/CHANGELOG.md | 4 ++++
 core/php8.0Action/Dockerfile   | 2 +-
 6 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index ab18585..d517959 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -16,6 +16,10 @@
 # limitations under the License.
 #
 -->
+
+## Next Release
+  - Update version of PHP to 7.3.29
+
 ## Apache 1.16.0
   - Update version of PHP to 7.3.27
   - Use openwhisk-runtime-go 1.17.0 to build proxy
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 410e8b6..fc536d6 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.27-cli-stretch
+FROM php:7.3.29-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 0eb198c..5bfb158 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.21
+
 ## Apache 1.16.0
   - Update version of PHP to 7.4.15
   - Use openwhisk-runtime-go 1.17.0 to build proxy
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 2ab3556..1c7ab63 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.15-cli-buster
+FROM php:7.4.21-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 eeadfa4..12122c7 100644
--- a/core/php8.0Action/CHANGELOG.md
+++ b/core/php8.0Action/CHANGELOG.md
@@ -16,6 +16,10 @@
 # limitations under the License.
 #
 -->
+
+## Next Release
+  - Update version of PHP to 8.0.8
+
 ## Apache 1.16.0
 Initial release
 
diff --git a/core/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index fcb902f..f15e9f8 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.2-cli-buster
+FROM php:8.0.8-cli-buster
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release

Reply via email to