File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717#
1818-->
1919
20+ ## Next release
21+ - Update version of PHP to 7.2.33
22+
2023## Apache 1.14.0
2124Changes:
2225 - Update version of PHP to 7.2.25
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- FROM php:7.2.31 -alpine
18+ FROM php:7.2.33 -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.22
21+
1922## Apache 1.14.0
2023Changes:
2124 - Update version of PHP to 7.3.12
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.18 -cli-stretch
31+ FROM php:7.3.22 -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+
20+ ## Next release
21+ - Update version of PHP to 7.4.10
22+
1923## Apache 1.14.0
2024Initial release
2125- Added: PHP: 7.4.0
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.5 -cli-buster
31+ FROM php:7.4.10 -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