From 8eac7ce271c8e42f75ff631a19b85a21a5010683 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 26 May 2022 18:06:04 -0400 Subject: [PATCH] build actionloop from 1.16@1.19.0 --- core/python36AiAction/Dockerfile | 2 +- core/python39Action/Dockerfile | 2 +- core/python3Action/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -\