File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- FROM php:7.2.25 -alpine
18+ FROM php:7.2.26 -alpine
1919
2020RUN \
2121 apk update && apk upgrade && \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2525# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
2626# && CGO_ENABLED=0 go build -o /bin/proxy
2727
28- FROM php:7.3.12 -cli-stretch
28+ FROM php:7.3.13 -cli-stretch
2929
3030# install dependencies
3131RUN \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2525# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
2626# && CGO_ENABLED=0 go build -o /bin/proxy
2727
28- FROM php:7.4.0 -cli-buster
28+ FROM php:7.4.1 -cli-buster
2929
3030# install dependencies
3131RUN \
You can’t perform that action at this time.
0 commit comments