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+ ## 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
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- FROM php:7.2.33 -alpine
18+ FROM php:7.2.34 -alpine
1919
2020RUN \
2121 apk update && apk upgrade && \
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3434ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3434ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments