Skip to content

Commit ac4ed59

Browse files
authored
use 1.17.0 release of openwhisk-runtime-go (#28)
1 parent 03b53a0 commit ac4ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rust1.34/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
FROM 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
2525
RUN curl -sL \
2626
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727
| tar xzf -\

0 commit comments

Comments
 (0)