File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616#
1717
1818# build go proxy from source
19- FROM golang:1.20 AS builder_source
19+ FROM golang:1.21 AS builder_source
2020ARG GO_PROXY_GITHUB_USER=apache
2121ARG GO_PROXY_GITHUB_BRANCH=master
2222RUN 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.20 AS builder_release
29- ARG GO_PROXY_RELEASE_VERSION=1.20 @1.22 .0
28+ FROM golang:1.21 AS builder_release
29+ ARG GO_PROXY_RELEASE_VERSION=1.21 @1.23 .0
3030RUN curl -sL \
3131 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232 | tar xzf -\
Original file line number Diff line number Diff line change 1616#
1717
1818# build go proxy from source
19- FROM golang:1.20 AS builder_source
19+ FROM golang:1.21 AS builder_source
2020ARG GO_PROXY_GITHUB_USER=apache
2121ARG GO_PROXY_GITHUB_BRANCH=master
2222RUN 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.20 AS builder_release
29- ARG GO_PROXY_RELEASE_VERSION=1.20 @1.22 .0
28+ FROM golang:1.21 AS builder_release
29+ ARG GO_PROXY_RELEASE_VERSION=1.21 @1.23 .0
3030RUN curl -sL \
3131 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232 | tar xzf -\
Original file line number Diff line number Diff line change 1616#
1717
1818# build go proxy from source
19- FROM golang:1.20 AS builder_source
19+ FROM golang:1.21 AS builder_source
2020ARG GO_PROXY_GITHUB_USER=apache
2121ARG GO_PROXY_GITHUB_BRANCH=master
2222RUN 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.20 AS builder_release
29- ARG GO_PROXY_RELEASE_VERSION=1.20 @1.22 .0
28+ FROM golang:1.21 AS builder_release
29+ ARG GO_PROXY_RELEASE_VERSION=1.21 @1.23 .0
3030RUN curl -sL \
3131 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232 | tar xzf -\
You can’t perform that action at this time.
0 commit comments