File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.15 AS builder_release
29
- ARG GO_PROXY_RELEASE_VERSION=1.12 @1.15 .0
29
+ ARG GO_PROXY_RELEASE_VERSION=1.15 @1.16 .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 -\
@@ -35,7 +35,7 @@ RUN curl -sL \
35
35
36
36
FROM python:2.7-alpine
37
37
# select the builder to use
38
- ARG GO_PROXY_BUILD_FROM=source
38
+ ARG GO_PROXY_BUILD_FROM=release
39
39
40
40
# Upgrade and install basic Python dependencies
41
41
RUN apk add --no-cache \
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
25
26
26
# or build it from a release
27
27
FROM golang:1.15 AS builder_release
28
- ARG GO_PROXY_RELEASE_VERSION=1.12 @1.15 .0
28
+ ARG GO_PROXY_RELEASE_VERSION=1.15 @1.16 .0
29
29
RUN curl -sL \
30
30
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
31
31
| tar xzf -\
32
32
&& cd openwhisk-runtime-go-*/main\
33
33
&& GO111MODULE=on go build -o /bin/proxy
34
34
35
35
FROM python:3.7-buster
36
- ARG GO_PROXY_BUILD_FROM=source
36
+ ARG GO_PROXY_BUILD_FROM=release
37
37
38
38
# Install common modules for python
39
39
RUN pip install \
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.15 AS builder_release
29
- ARG GO_PROXY_RELEASE_VERSION=1.12 @1.15 .0
29
+ ARG GO_PROXY_RELEASE_VERSION=1.15 @1.16 .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 -\
@@ -37,7 +37,7 @@ RUN curl -sL \
37
37
FROM tensorflow/tensorflow:1.15.2-py3-jupyter
38
38
39
39
# select the builder to use
40
- ARG GO_PROXY_BUILD_FROM=source
40
+ ARG GO_PROXY_BUILD_FROM=release
41
41
42
42
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
43
43
curl \
You can’t perform that action at this time.
0 commit comments