Skip to content

Commit 41698a1

Browse files
authored
Use nimbella dev branch for go proxy. (#102)
1 parent 039629e commit 41698a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/python3ActionLoop/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#
1717
# build go proxy from source
1818
FROM golang:1.15 AS builder_source
19+
1920
ARG GO_PROXY_GITHUB_USER=apache
2021
ARG GO_PROXY_GITHUB_BRANCH=master
2122
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -33,6 +34,8 @@ RUN curl -sL \
3334
&& GO111MODULE=on go build -o /bin/proxy
3435

3536
FROM python:3.7-buster
37+
38+
# select the builder to use
3639
ARG GO_PROXY_BUILD_FROM=release
3740

3841
# Install common modules for python
@@ -66,4 +69,3 @@ ENV OW_EXECUTION_ENV=openwhisk/action-python-v3.7
6669
ENV OW_COMPILER=/bin/compile
6770

6871
ENTRYPOINT ["/bin/proxy"]
69-

0 commit comments

Comments
 (0)