Skip to content

Commit f61601d

Browse files
authored
Update all PHP releases to gather fixes (#94)
1 parent 8616116 commit f61601d

6 files changed

Lines changed: 10 additions & 3 deletions

File tree

core/php7.2Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# limitations under the License.
1717
#
1818
-->
19+
## Next Release
20+
- Update version of PHP to 7.2.34
1921

2022
## Apache 1.15.0
2123
- Update version of PHP to 7.2.33

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.33-alpine
18+
FROM php:7.2.34-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.23
21+
1922
## Apache 1.15.0
2023
- Update version of PHP to 7.3.22
2124
- Use golang 1.15 and openwhisk-runtime-go 1.16.0 to build proxy

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.22-cli-stretch
31+
FROM php:7.3.23-cli-stretch
3232

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

core/php7.4Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# limitations under the License.
1717
#
1818
-->
19+
## Next Release
20+
- Update version of PHP to 7.4.11
1921

2022
## Apache 1.15.0
2123
- Update version of PHP to 7.4.10

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.10-cli-buster
31+
FROM php:7.4.11-cli-buster
3232

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

0 commit comments

Comments
 (0)