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 53906fc Update to 7.4.4 7.3.16 7.2.29 (#86)
53906fc is described below
commit 53906fcec9d9b334ca0aed9b684e8efb8e355a6b
Author: Martin Henke <[email protected]>
AuthorDate: Thu Mar 26 20:05:13 2020 +0100
Update to 7.4.4 7.3.16 7.2.29 (#86)
---
core/php7.2Action/Dockerfile | 2 +-
core/php7.3Action/Dockerfile | 2 +-
core/php7.4Action/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index 14de93f..33a158a 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM php:7.2.28-alpine
+FROM php:7.2.29-alpine
RUN \
apk update && apk upgrade && \
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 85bc90c..4fdd16f 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.15-cli-stretch
+FROM php:7.3.16-cli-stretch
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 10ce578..aecd1e5 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.3-cli-buster
+FROM php:7.4.4-cli-buster
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release