Skip to content

Commit 3cbd8bd

Browse files
akrabatrabbah
authored andcommitted
Update PHP 7.3 runtime to PHP 7.3.12
1 parent b5523fa commit 3cbd8bd

2 files changed

Lines changed: 2 additions & 2 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
## Apache 1.14.0 (next release)
2020
Changes:
21-
- Update version of PHP to 7.3.6
21+
- Update version of PHP to 7.3.12
2222
- Added PHP extension mongodb
2323
- Support getenv()
2424

core/php7.3Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2525
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
2626
# && CGO_ENABLED=0 go build -o /bin/proxy
2727

28-
FROM php:7.3.6-cli-stretch
28+
FROM php:7.3.12-cli-stretch
2929

3030
# install dependencies
3131
RUN \

0 commit comments

Comments
 (0)