Skip to content

Commit

Permalink
Depend on apache master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ningyougang committed Jul 25, 2022
1 parent fbce4da commit d58c0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/php7.4Action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions core/php8.0Action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit d58c0b6

Please sign in to comment.