This is an automated email from the ASF dual-hosted git repository.
lukeroy 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 cdf8ed2 update go proxy to [email protected] (#143)
cdf8ed2 is described below
commit cdf8ed2fb6bd74cc19e47454004631a5adf5a6ef
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 6 03:19:30 2024 -0400
update go proxy to [email protected] (#143)
---
core/php8.1Action/Dockerfile | 6 +++---
core/php8.2Action/Dockerfile | 6 +++---
core/php8.3Action/Dockerfile | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/core/php8.1Action/Dockerfile b/core/php8.1Action/Dockerfile
index ad52e7d..bee5751 100644
--- a/core/php8.1Action/Dockerfile
+++ b/core/php8.1Action/Dockerfile
@@ -16,7 +16,7 @@
#
# build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 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.22 AS builder_release
-ARG [email protected]
+FROM golang:1.23 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 853237e..3c1bb10 100644
--- a/core/php8.2Action/Dockerfile
+++ b/core/php8.2Action/Dockerfile
@@ -16,7 +16,7 @@
#
# build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 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.22 AS builder_release
-ARG [email protected]
+FROM golang:1.23 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.3Action/Dockerfile b/core/php8.3Action/Dockerfile
index 91d736f..19d862e 100644
--- a/core/php8.3Action/Dockerfile
+++ b/core/php8.3Action/Dockerfile
@@ -16,7 +16,7 @@
#
# build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 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.22 AS builder_release
-ARG [email protected]
+FROM golang:1.23 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 -\