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 9e80de6 commit 2bed1c4Copy full SHA for 2bed1c4
core/rust1.34/Dockerfile
@@ -16,7 +16,7 @@
16
#
17
18
# build go proxy from source
19
-FROM golang:1.21 AS builder_source
+FROM golang:1.22 AS builder_source
20
ARG GO_PROXY_GITHUB_USER=apache
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
25
mv proxy /bin/proxy
26
27
# or build it from a release
28
-FROM golang:1.21 AS builder_release
29
-ARG GO_PROXY_RELEASE_VERSION=1.21@1.23.0
+FROM golang:1.23 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
30
RUN curl -sL \
31
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
| tar xzf -\
0 commit comments