Skip to content

Commit 31fe458

Browse files
authored
use 1.17.0 release of openwhisk-runtime-go (#98)
1 parent 14dc6f7 commit 31fe458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/python3ActionLoop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525

2626
# or build it from a release
2727
FROM golang:1.15 AS builder_release
28-
ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
28+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
2929
RUN curl -sL \
3030
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3131
| tar xzf -\

core/python3AiActionLoop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2626

2727
# or build it from a release
2828
FROM golang:1.15 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
29+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
3030
RUN curl -sL \
3131
https://github.com/apache/openwhisk-runtime-go/archive/${GO_PROXY_RELEASE_VERSION}.tar.gz\
3232
| tar xzf -\

0 commit comments

Comments
 (0)