We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5523fa commit 3cbd8bdCopy full SHA for 3cbd8bd
2 files changed
core/php7.3Action/CHANGELOG.md
@@ -18,7 +18,7 @@
18
-->
19
## Apache 1.14.0 (next release)
20
Changes:
21
- - Update version of PHP to 7.3.6
+ - Update version of PHP to 7.3.12
22
- Added PHP extension mongodb
23
- Support getenv()
24
core/php7.3Action/Dockerfile
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
25
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
26
# && CGO_ENABLED=0 go build -o /bin/proxy
27
28
-FROM php:7.3.6-cli-stretch
+FROM php:7.3.12-cli-stretch
29
30
# install dependencies
31
RUN \
0 commit comments