diff --git a/core/python36AiAction/Dockerfile b/core/python36AiAction/Dockerfile index 434cb504..b7c4ac83 100644 --- a/core/python36AiAction/Dockerfile +++ b/core/python36AiAction/Dockerfile @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ # 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 0f3ff901..88297ac7 100644 --- a/core/python39Action/Dockerfile +++ b/core/python39Action/Dockerfile @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ # 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 9f00f24f..90aa17b6 100644 --- a/core/python3Action/Dockerfile +++ b/core/python3Action/Dockerfile @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ # 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 -\