This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
The following commit(s) were added to refs/heads/master by this push:
new 837331a use golang 1.15 and openwhisk-runtime-go 1.16.0 to build
proxy (#92)
837331a is described below
commit 837331a3f3a9af6b047aedae0af892461153b7ad
Author: David Grove <[email protected]>
AuthorDate: Tue Sep 29 09:16:45 2020 -0400
use golang 1.15 and openwhisk-runtime-go 1.16.0 to build proxy (#92)
---
core/php7.3Action/Dockerfile | 6 +++---
core/php7.4Action/Dockerfile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index e03bc04..e048f82 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -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 [email protected]
+FROM golang:1.15 AS builder_release
+ARG [email protected]
RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\
diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 176c6f2..ad28415 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -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 [email protected]
+FROM golang:1.15 AS builder_release
+ARG [email protected]
RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\