File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222## 1.15.0 (next release)
2323 - Include latest security fixes with every build.
24+ - adoptopenjdk/openjdk8-openj9: x86_64-ubuntu-jdk8u262-b10_openj9-0 .21.0
2425
2526## 1.14.0
2627 - Support for __ OW_ACTION_VERSION (openwhisk/4761)
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- # Use AdoptOpenJDK's JDK8, OpenJ9 Critical Patch Update (CPU) release version 0.15.1
19- FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222 -b10_openj9-0.15.1
18+ # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
19+ FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262 -b10_openj9-0.21.0
2020
2121RUN rm -rf /var/lib/apt/lists/* \
2222 && apt-get clean \
Original file line number Diff line number Diff line change 2121
2222## 1.15.0 (next release)
2323 - Include latest security fixes with every build.
24+ - adoptopenjdk/openjdk8-openj9: x86_64-ubuntu-jdk8u262-b10_openj9-0 .21.0
2425
2526## 1.14.0
2627 - Initial release of actionloop-based Java Action
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ RUN curl -sL \
2828 && cd openwhisk-runtime-go-*/main\
2929 && GO111MODULE=on go build -o /bin/proxy
3030
31- # Use AdoptOpen JDK8, OpenJ9 release version 0.15.1
32- FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222 -b10_openj9-0.15.1
31+ # Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
32+ FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262 -b10_openj9-0.21.0
3333
3434# select the builder to use
3535ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments