File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2121
2222# or build it from a release
2323FROM golang:1.15 AS builder_release
24- ARG GO_PROXY_RELEASE_VERSION=1.15@1.16 .0
24+ ARG GO_PROXY_RELEASE_VERSION=1.15@1.17 .0
2525RUN curl -sL \
2626 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727 | tar xzf -\
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2121
2222# or build it from a release
2323FROM golang:1.15 AS builder_release
24- ARG GO_PROXY_RELEASE_VERSION=1.15@1.16 .0
24+ ARG GO_PROXY_RELEASE_VERSION=1.15@1.17 .0
2525RUN curl -sL \
2626 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727 | tar xzf -\
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2121
2222# or build it from a release
2323FROM golang:1.15 AS builder_release
24- ARG GO_PROXY_RELEASE_VERSION=1.15@1.16 .0
24+ ARG GO_PROXY_RELEASE_VERSION=1.15@1.17 .0
2525RUN curl -sL \
2626 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727 | tar xzf -\
You can’t perform that action at this time.
0 commit comments