File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# build go proxy from source
19
- FROM golang:1.22 AS builder_source
19
+ FROM golang:1.23 AS builder_source
20
20
ARG GO_PROXY_GITHUB_USER=apache
21
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
25
mv proxy /bin/proxy
26
26
27
27
# 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
30
30
ARG GO_PROXY_GITHUB_USER=apache
31
31
RUN curl -sL \
32
32
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# build go proxy from source
19
- FROM golang:1.22 AS builder_source
19
+ FROM golang:1.23 AS builder_source
20
20
ARG GO_PROXY_GITHUB_USER=apache
21
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
25
mv proxy /bin/proxy
26
26
27
27
# 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
30
30
ARG GO_PROXY_GITHUB_USER=apache
31
31
RUN curl -sL \
32
32
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# build go proxy from source
19
- FROM golang:1.22 AS builder_source
19
+ FROM golang:1.23 AS builder_source
20
20
ARG GO_PROXY_GITHUB_USER=apache
21
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
25
mv proxy /bin/proxy
26
26
27
27
# 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
30
30
ARG GO_PROXY_GITHUB_USER=apache
31
31
RUN curl -sL \
32
32
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# build go proxy from source
19
- FROM golang:1.22 AS builder_source
19
+ FROM golang:1.23 AS builder_source
20
20
ARG GO_PROXY_GITHUB_USER=apache
21
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
25
mv proxy /bin/proxy
26
26
27
27
# 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
30
30
ARG GO_PROXY_GITHUB_USER=apache
31
31
RUN curl -sL \
32
32
https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
You can’t perform that action at this time.
0 commit comments