From 14eb53d94be85e7ec487da6c94eb172f925da12c Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 5 Sep 2024 13:46:19 -0400 Subject: [PATCH] update go proxy to 1.23@1.25.0 --- 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 GO_PROXY_RELEASE_VERSION=1.22@1.24.0 +FROM golang:1.23 AS builder_release +ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0 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 GO_PROXY_RELEASE_VERSION=1.22@1.24.0 +FROM golang:1.23 AS builder_release +ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0 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 GO_PROXY_RELEASE_VERSION=1.22@1.24.0 +FROM golang:1.23 AS builder_release +ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\