Skip to content

Commit dc6533b

Browse files
authored
Update PHP version to 7.4.26 (#112)
Update PHP:7.4 version from 7.4.25-cli-buster to 7.4.26-cli-buster to provide security fix for certain XML parsing functions Update PHP:7.3 version from 7.3.32-cli-buster to 7.3.33-cli-buster Update PHP:8.0 version from 8.0.11-cli-buster to 8.0.13-cli-buster update CHANGELOG Next release
1 parent d296463 commit dc6533b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/php7.3Action/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
## Next Release
21-
- Update version of PHP to 7.3.32
21+
- Update version of PHP to 7.3.33
2222
- Update to Debian "buster"
2323

2424
## Apache 1.17.0

core/php7.3Action/Dockerfile

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

36-
FROM php:7.3.32-cli-buster
36+
FROM php:7.3.33-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release

core/php7.4Action/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
## Next Release
21-
- Update version of PHP to 7.4.25
21+
- Update version of PHP to 7.4.62
2222

2323
## Apache 1.17.0
2424
- Update version of PHP to 7.4.21

core/php7.4Action/Dockerfile

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

36-
FROM php:7.4.25-cli-buster
36+
FROM php:7.4.26-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release

core/php8.0Action/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
## Next Release
21-
- Update version of PHP to 8.0.11
21+
- Update version of PHP to 8.0.13
2222

2323
## Apache 1.17.0
2424
- Update version of PHP to 8.0.8

core/php8.0Action/Dockerfile

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

36-
FROM php:8.0.11-cli-buster
36+
FROM php:8.0.13-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)