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 2ceb6f3 Consume more PHP security updates (#82)
2ceb6f3 is described below
commit 2ceb6f3b2d87a2deae7004c98e34c6d96fb2ded4
Author: Martin Henke <[email protected]>
AuthorDate: Mon Jan 27 10:10:28 2020 +0100
Consume more PHP security updates (#82)
---
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 9923f28..701e798 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM php:7.2.26-alpine
+FROM php:7.2.27-alpine
RUN \
apk update && apk upgrade && \
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 779aaa0..dee03bb 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.13-cli-stretch
+FROM php:7.3.14-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 200e917..24b2fa1 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.1-cli-buster
+FROM php:7.4.2-cli-buster
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release