We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b53a0 commit ac4ed59Copy full SHA for ac4ed59
core/rust1.34/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
21
22
# or build it from a release
23
FROM golang:1.15 AS builder_release
24
-ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
25
RUN curl -sL \
26
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
27
| tar xzf -\
0 commit comments