We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb27c4 commit ec57711Copy full SHA for ec57711
core/java8actionloop/CHANGELOG.md
@@ -21,7 +21,7 @@
21
# next release
22
- use `ibm-semeru-runtimes:open-8u362-b09-jdk-focal` as baseimage
23
- update gson version to 2.9.0
24
- - update Proxy to 1.20 and release 1.21.0
+ - update Proxy to 1.20 and release 1.22.0
25
# 1.19.0
26
- Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u332-b09_openj9-0.32.0
27
core/java8actionloop/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
# or build it from a release
28
FROM golang:1.20 AS builder_release
29
-ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0
+ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.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