Skip to content

Commit

Permalink
build with go 1.15; use 1.16.0 release of actionloop code (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Sep 29, 2020
1 parent fb56852 commit 3773e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/java8actionloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
#

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

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

0 comments on commit 3773e2b

Please sign in to comment.