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 9e5899c Updgrade PHP base images to gather security fixes (#88)
9e5899c is described below
commit 9e5899c90ef01861398f9799adeb9b9b51bc3327
Author: Martin Henke <[email protected]>
AuthorDate: Thu May 28 16:12:05 2020 +0200
Updgrade PHP base images to gather security fixes (#88)
* Updgrade PHP base images to gather security fixes
* Revert to 7.4.5 (PHP Bug #79600)
---
core/php7.2Action/Dockerfile | 2 +-
core/php7.3Action/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/php7.2Action/Dockerfile b/core/php7.2Action/Dockerfile
index 408057a..87c87e5 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM php:7.2.30-alpine
+FROM php:7.2.31-alpine
RUN \
apk update && apk upgrade && \
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 83550cd..692ff5a 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.17-cli-stretch
+FROM php:7.3.18-cli-stretch
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release