Skip to content

Commit 837331a

Browse files
authored
use golang 1.15 and openwhisk-runtime-go 1.16.0 to build proxy (#92)
1 parent 4161884 commit 837331a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/php7.3Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.12 AS builder_source
19+
FROM golang:1.15 AS builder_source
2020
RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /go/bin/main /bin/proxy
2121

2222
# or build it from a release
23-
FROM golang:1.12 AS builder_release
24-
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0
23+
FROM golang:1.15 AS builder_release
24+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
2525
RUN curl -sL \
2626
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
2727
| tar xzf -\

core/php7.4Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.12 AS builder_source
19+
FROM golang:1.15 AS builder_source
2020
RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /go/bin/main /bin/proxy
2121

2222
# or build it from a release
23-
FROM golang:1.12 AS builder_release
24-
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0
23+
FROM golang:1.15 AS builder_release
24+
ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.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)