Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe54839

Browse files
authoredSep 29, 2020
build proxy using golang 1.15 and openwhisk-runtime-go 1.16.0 (#48)
1 parent 5d7b54e commit fe54839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎core/ruby2.6ActionLoop/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.12 AS builder_source
19+
FROM golang:1.15 AS builder_source
2020
RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /go/bin/main /bin/proxy
2121

2222
# or build it from a release
23-
FROM golang:1.12 AS builder_release
24-
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0
23+
FROM golang:1.15 AS builder_release
24+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
2525
RUN curl -sL \
2626
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727
| tar xzf -\

0 commit comments

Comments
 (0)
Please sign in to comment.