Skip to content

Commit 59905b4

Browse files
authored
update go proxy to [email protected] (#163)
1 parent 41a755d commit 59905b4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

core/python310Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.22 AS builder_source
19+
FROM golang:1.23 AS builder_source
2020
ARG GO_PROXY_GITHUB_USER=apache
2121
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525
mv proxy /bin/proxy
2626

2727
# or build it from a release
28-
FROM golang:1.22 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
28+
FROM golang:1.23 AS builder_release
29+
ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
3030
ARG GO_PROXY_GITHUB_USER=apache
3131
RUN curl -sL \
3232
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\

core/python311Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.22 AS builder_source
19+
FROM golang:1.23 AS builder_source
2020
ARG GO_PROXY_GITHUB_USER=apache
2121
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525
mv proxy /bin/proxy
2626

2727
# or build it from a release
28-
FROM golang:1.22 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
28+
FROM golang:1.23 AS builder_release
29+
ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
3030
ARG GO_PROXY_GITHUB_USER=apache
3131
RUN curl -sL \
3232
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\

core/python312Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.22 AS builder_source
19+
FROM golang:1.23 AS builder_source
2020
ARG GO_PROXY_GITHUB_USER=apache
2121
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525
mv proxy /bin/proxy
2626

2727
# or build it from a release
28-
FROM golang:1.22 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
28+
FROM golang:1.23 AS builder_release
29+
ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
3030
ARG GO_PROXY_GITHUB_USER=apache
3131
RUN curl -sL \
3232
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\

core/python39Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.22 AS builder_source
19+
FROM golang:1.23 AS builder_source
2020
ARG GO_PROXY_GITHUB_USER=apache
2121
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525
mv proxy /bin/proxy
2626

2727
# or build it from a release
28-
FROM golang:1.22 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
28+
FROM golang:1.23 AS builder_release
29+
ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
3030
ARG GO_PROXY_GITHUB_USER=apache
3131
RUN curl -sL \
3232
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\

0 commit comments

Comments
 (0)