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 f8233e8 Update PHP 7.4 and 8.0 images (#114)
f8233e8 is described below
commit f8233e8639906aad49909c1bda8c21232121c13c
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Mon Mar 7 17:13:56 2022 +0100
Update PHP 7.4 and 8.0 images (#114)
so the latest patch version is always pulled
---
core/php7.4Action/CHANGELOG.md | 2 +-
core/php7.4Action/Dockerfile | 2 +-
core/php8.0Action/CHANGELOG.md | 2 +-
core/php8.0Action/Dockerfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/php7.4Action/CHANGELOG.md b/core/php7.4Action/CHANGELOG.md
index 9086691..3308c82 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -18,7 +18,7 @@
-->
## Next Release
- - Update version of PHP to 7.4.62
+ - Use php:7.4-cli-buster image to always pull latest patch version
## Apache 1.17.0
- Update version of PHP to 7.4.21
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 72fa935..98293b8 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.26-cli-buster
+FROM php:7.4-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 7689f65..6ac3325 100644
--- a/core/php8.0Action/CHANGELOG.md
+++ b/core/php8.0Action/CHANGELOG.md
@@ -18,7 +18,7 @@
-->
## Next Release
-- Update version of PHP to 8.0.13
+ - Use php:8.0-cli-buster image to always pull latest patch version
## Apache 1.17.0
- Update version of PHP to 8.0.8
diff --git a/core/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index 4b42ac5..01c02f9 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.13-cli-buster
+FROM php:8.0-cli-buster
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release