File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818-->
1919
2020## Next Release
21- - Update version of PHP to 7.4.62
21+ - Use php:7.4-cli-buster image to always pull latest patch version
2222
2323## Apache 1.17.0
2424 - Update version of PHP to 7.4.21
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.26 -cli-buster
36+ FROM php:7.4-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 1818-->
1919
2020## Next Release
21- - Update version of PHP to 8.0.13
21+ - Use php: 8.0-cli-buster image to always pull latest patch version
2222
2323## Apache 1.17.0
2424 - Update version of PHP to 8.0.8
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.13 -cli-buster
36+ FROM php:8.0-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