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 1ff8641  Update actionloop builder to 1.18 (#126)
1ff8641 is described below

commit 1ff8641fc5e68ef943aa8eaef7485355a35baa99
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Thu Jun 2 23:31:45 2022 +0200

    Update actionloop builder to 1.18 (#126)
---
 core/CHANGELOG.md              | 2 ++
 core/python39Action/Dockerfile | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 2862518..8d6d353 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # Python 3 OpenWhisk Runtime Container
+## Next Release
+  - Golang Action loop updatetd to golang 1.18
 
 ## 1.17.0
  - Build actionloop from [email protected] (#113)
diff --git a/core/python39Action/Dockerfile b/core/python39Action/Dockerfile
index 88297ac..339bc04 100644
--- a/core/python39Action/Dockerfile
+++ b/core/python39Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.16 AS builder_source
+FROM golang:1.18 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.16 AS builder_release
-ARG [email protected]
+FROM golang:1.18 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