build actionloop from 1.16@1.19.0 (#125)
diff --git a/core/python36AiAction/Dockerfile b/core/python36AiAction/Dockerfile index 434cb50..b7c4ac8 100644 --- a/core/python36AiAction/Dockerfile +++ b/core/python36AiAction/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.16 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0 +ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/${GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\
diff --git a/core/python39Action/Dockerfile b/core/python39Action/Dockerfile index 0f3ff90..88297ac 100644 --- a/core/python39Action/Dockerfile +++ b/core/python39Action/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.16 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0 +ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\
diff --git a/core/python3Action/Dockerfile b/core/python3Action/Dockerfile index 9f00f24..90aa17b 100644 --- a/core/python3Action/Dockerfile +++ b/core/python3Action/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.16 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0 +ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\