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-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 4546acf  update go proxy to [email protected] (#148)
4546acf is described below

commit 4546acfb2f61c52a04e7df6133388e08413c8b73
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 15 15:53:14 2023 -0400

    update go proxy to [email protected] (#148)
---
 core/python310Action/Dockerfile | 6 +++---
 core/python311Action/Dockerfile | 6 +++---
 core/python39Action/Dockerfile  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/python310Action/Dockerfile b/core/python310Action/Dockerfile
index 931dfcf..ecbc6f5 100644
--- a/core/python310Action/Dockerfile
+++ b/core/python310Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.20 AS builder_source
+FROM golang:1.21 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.20 AS builder_release
-ARG [email protected]
+FROM golang:1.21 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/python311Action/Dockerfile b/core/python311Action/Dockerfile
index 9451b6b..b7a869a 100644
--- a/core/python311Action/Dockerfile
+++ b/core/python311Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.20 AS builder_source
+FROM golang:1.21 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.20 AS builder_release
-ARG [email protected]
+FROM golang:1.21 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/python39Action/Dockerfile b/core/python39Action/Dockerfile
index 98b7937..6ab06cb 100644
--- a/core/python39Action/Dockerfile
+++ b/core/python39Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.20 AS builder_source
+FROM golang:1.21 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.20 AS builder_release
-ARG [email protected]
+FROM golang:1.21 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 -\

Reply via email to