Skip to content

Commit c33bab5

Browse files
authored
update PHP to gather fixes (#106)
1 parent 14a7d41 commit c33bab5

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

core/php7.3Action/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.3.29
22+
1923
## Apache 1.16.0
2024
- Update version of PHP to 7.3.27
2125
- Use openwhisk-runtime-go 1.17.0 to build proxy

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.27-cli-stretch
36+
FROM php:7.3.29-cli-stretch
3737

3838
# select the builder to use
3939
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.21
22+
1923
## Apache 1.16.0
2024
- Update version of PHP to 7.4.15
2125
- Use openwhisk-runtime-go 1.17.0 to build proxy

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.15-cli-buster
36+
FROM php:7.4.21-cli-buster
3737

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

core/php8.0Action/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 8.0.8
22+
1923
## Apache 1.16.0
2024
Initial release
2125

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.2-cli-buster
36+
FROM php:8.0.8-cli-buster
3737

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

0 commit comments

Comments
 (0)