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 873ad2c update php docker image to pick up security fixes (#80)
873ad2c is described below
commit 873ad2ca8f2a390853217847bea9f6c37c928899
Author: Martin Henke <[email protected]>
AuthorDate: Wed Jan 15 11:37:28 2020 +0100
update php docker image to pick up security fixes (#80)
---
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 790c52d..9923f28 100644
--- a/core/php7.2Action/Dockerfile
+++ b/core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM php:7.2.25-alpine
+FROM php:7.2.26-alpine
RUN \
apk update && apk upgrade && \
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index b77198c..ddff680 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get
github.com/apache/openwhisk-runtime-go/main && mv /
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
# && CGO_ENABLED=0 go build -o /bin/proxy
-FROM php:7.3.12-cli-stretch
+FROM php:7.3.13-cli-stretch
# install dependencies
RUN \
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index c2e180c..7a0ec39 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get
github.com/apache/openwhisk-runtime-go/main && mv /
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
# && CGO_ENABLED=0 go build -o /bin/proxy
-FROM php:7.4.0-cli-buster
+FROM php:7.4.1-cli-buster
# install dependencies
RUN \