Skip to content

Commit 4161884

Browse files
authored
Update PHP runtime to pick-up fixes (#91)
* Update PHP runtime to pick-up fixes * Adapt to the really latest PHP versions
1 parent 6d36867 commit 4161884

6 files changed

Lines changed: 13 additions & 3 deletions

File tree

core/php7.2Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#
1818
-->
1919

20+
## Next release
21+
- Update version of PHP to 7.2.33
22+
2023
## Apache 1.14.0
2124
Changes:
2225
- Update version of PHP to 7.2.25

core/php7.2Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM php:7.2.31-alpine
18+
FROM php:7.2.33-alpine
1919

2020
RUN \
2121
apk update && apk upgrade && \

core/php7.3Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# limitations under the License.
1717
#
1818
-->
19+
## Next release
20+
- Update version of PHP to 7.3.22
21+
1922
## Apache 1.14.0
2023
Changes:
2124
- Update version of PHP to 7.3.12

core/php7.3Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sL \
2828
&& cd openwhisk-runtime-go-*/main\
2929
&& GO111MODULE=on go build -o /bin/proxy
3030

31-
FROM php:7.3.18-cli-stretch
31+
FROM php:7.3.22-cli-stretch
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

core/php7.4Action/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# limitations under the License.
1717
#
1818
-->
19+
20+
## Next release
21+
- Update version of PHP to 7.4.10
22+
1923
## Apache 1.14.0
2024
Initial release
2125
- Added: PHP: 7.4.0

core/php7.4Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sL \
2828
&& cd openwhisk-runtime-go-*/main\
2929
&& GO111MODULE=on go build -o /bin/proxy
3030

31-
FROM php:7.4.5-cli-buster
31+
FROM php:7.4.10-cli-buster
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)