This is an automated email from the ASF dual-hosted git repository. ningyougang pushed a commit to branch support-array-result-include-sequence-action in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git
commit b99e99c5e83963b3fa5176073f888a5ed6959bda Author: ning.yougang <[email protected]> AuthorDate: Mon Jul 25 15:43:15 2022 +0800 Change depend on master branch --- core/java8actionloop/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile index 172d403..415e07c 100644 --- a/core/java8actionloop/Dockerfile +++ b/core/java8actionloop/Dockerfile @@ -17,8 +17,8 @@ # build go proxy from source FROM golang:1.18 AS builder_source -ARG GO_PROXY_GITHUB_USER=ningyougang -ARG GO_PROXY_GITHUB_BRANCH=support-array-result-include-sequence-action +ARG GO_PROXY_GITHUB_USER=apache +ARG GO_PROXY_GITHUB_BRANCH=master RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go /src ;\ cd /src ; env GO111MODULE=on CGO_ENABLED=0 go build main/proxy.go && \
