We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ec88 commit 9ef018bCopy full SHA for 9ef018b
deno1.3.0/Dockerfile
@@ -17,8 +17,8 @@
17
18
# build go proxy from source
19
FROM golang:1.18 AS builder_source
20
-ARG GO_PROXY_GITHUB_USER=ningyougang
21
-ARG GO_PROXY_GITHUB_BRANCH=support-array-result-include-sequence-action
+ARG GO_PROXY_GITHUB_USER=apache
+ARG GO_PROXY_GITHUB_BRANCH=master
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
23
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go /src ;\
24
cd /src ; env GO111MODULE=on CGO_ENABLED=0 go build main/proxy.go && \
0 commit comments