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-php.git
The following commit(s) were added to refs/heads/master by this push:
new d052626 update go proxy to [email protected] (#137)
d052626 is described below
commit d052626d9a11f39fd0010d5ae2928465a7f18838
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 15 15:55:42 2023 -0400
update go proxy to [email protected] (#137)
---
core/php8.0Action/Dockerfile | 6 +++---
core/php8.1Action/Dockerfile | 6 +++---
core/php8.2Action/Dockerfile | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/core/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index 1977951..3fe8578 100644
--- a/core/php8.0Action/Dockerfile
+++ b/core/php8.0Action/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/php8.1Action/Dockerfile b/core/php8.1Action/Dockerfile
index 1da3808..b6f7bf0 100644
--- a/core/php8.1Action/Dockerfile
+++ b/core/php8.1Action/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/php8.2Action/Dockerfile b/core/php8.2Action/Dockerfile
index d054094..48f0701 100644
--- a/core/php8.2Action/Dockerfile
+++ b/core/php8.2Action/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 -\