Skip to content

Commit 9ef018b

Browse files
committed
Change to use apache master branch
1 parent 413ec88 commit 9ef018b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deno1.3.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
# build go proxy from source
1919
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
20+
ARG GO_PROXY_GITHUB_USER=apache
21+
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2323
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go /src ;\
2424
cd /src ; env GO111MODULE=on CGO_ENABLED=0 go build main/proxy.go && \

0 commit comments

Comments
 (0)