File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1818-->
1919
2020# Java 8 OpenWhisk Runtime Container
21+ # next release
22+ - use ` ibm-semeru-runtimes:open-8u372-b07-jdk-focal ` as baseimage
23+
2124# 1.18.0
2225 - Use ` ibm-semeru-runtimes:open-8u362-b09-jdk-focal ` as baseimage (#151 )
2326 - Support array result include sequence action (#140 )
Original file line number Diff line number Diff line change 1616#
1717
1818# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
19- FROM ibm-semeru-runtimes:open-8u362-b09 -jdk-focal
19+ FROM ibm-semeru-runtimes:open-8u372-b07 -jdk-focal
2020
2121RUN rm -rf /var/lib/apt/lists/* \
2222 && apt-get clean \
Original file line number Diff line number Diff line change 1818-->
1919
2020# Java 8 OpenWhisk Runtime Container
21+ # next release
22+ - use ` ibm-semeru-runtimes:open-8u372-b07-jdk-focal ` as baseimage
23+
2124# 1.18.0
2225 - Use ` ibm-semeru-runtimes:open-8u362-b09-jdk-focal ` as baseimage (#151 )
2326 - Support array result include sequence action (#140 )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -sL \
3434 && GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
3535
3636# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
37- FROM ibm-semeru-runtimes:open-8u362-b09 -jdk-focal
37+ FROM ibm-semeru-runtimes:open-8u372-b07 -jdk-focal
3838
3939# select the builder to use
4040ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments