File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
26
26
27
27
# or build it from a release
28
28
FROM golang:1.16 AS builder_release
29
- ARG GO_PROXY_RELEASE_VERSION=1.16@1.18 .0
29
+ ARG GO_PROXY_RELEASE_VERSION=1.16@1.19 .0
30
30
RUN curl -sL \
31
31
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
32
| tar xzf -\
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
26
26
27
27
# or build it from a release
28
28
FROM golang:1.16 AS builder_release
29
- ARG GO_PROXY_RELEASE_VERSION=1.16@1.18 .0
29
+ ARG GO_PROXY_RELEASE_VERSION=1.16@1.19 .0
30
30
RUN curl -sL \
31
31
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
32
| tar xzf -\
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
26
26
27
27
# or build it from a release
28
28
FROM golang:1.16 AS builder_release
29
- ARG GO_PROXY_RELEASE_VERSION=1.16@1.18 .0
29
+ ARG GO_PROXY_RELEASE_VERSION=1.16@1.19 .0
30
30
RUN curl -sL \
31
31
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
32
| tar xzf -\
You can’t perform that action at this time.
0 commit comments