We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7b54e commit fe54839Copy full SHA for fe54839
core/ruby2.6ActionLoop/Dockerfile
@@ -16,12 +16,12 @@
16
#
17
18
# build go proxy from source
19
-FROM golang:1.12 AS builder_source
+FROM golang:1.15 AS builder_source
20
RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /go/bin/main /bin/proxy
21
22
# 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
+FROM golang:1.15 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
25
RUN curl -sL \
26
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
27
| tar xzf -\
0 commit comments