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} \
2626
2727# or build it from a release
2828FROM 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
3030RUN curl -sL \
3131 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232 | tar xzf -\
@@ -35,7 +35,7 @@ RUN curl -sL \
3535
3636FROM python:2.7-alpine
3737# select the builder to use
38- ARG GO_PROXY_BUILD_FROM=source
38+ ARG GO_PROXY_BUILD_FROM=release
3939
4040# Upgrade and install basic Python dependencies
4141RUN 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} \
2525
2626# or build it from a release
2727FROM 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
2929RUN curl -sL \
3030 https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3131 | tar xzf -\
3232 && cd openwhisk-runtime-go-*/main\
3333 && GO111MODULE=on go build -o /bin/proxy
3434
3535FROM python:3.7-buster
36- ARG GO_PROXY_BUILD_FROM=source
36+ ARG GO_PROXY_BUILD_FROM=release
3737
3838# Install common modules for python
3939RUN pip install \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2626
2727# or build it from a release
2828FROM 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
3030RUN curl -sL \
3131 https://github.com/apache/openwhisk-runtime-go/archive/${GO_PROXY_RELEASE_VERSION}.tar.gz\
3232 | tar xzf -\
@@ -37,7 +37,7 @@ RUN curl -sL \
3737FROM tensorflow/tensorflow:1.15.2-py3-jupyter
3838
3939# select the builder to use
40- ARG GO_PROXY_BUILD_FROM=source
40+ ARG GO_PROXY_BUILD_FROM=release
4141
4242RUN apt-get update && apt-get upgrade -y && apt-get install -y \
4343 curl \
You can’t perform that action at this time.
0 commit comments