File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3939ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3939ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 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
2024Initial release
2125
Original file line number Diff line number Diff 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
3939ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments