Skip to content

Commit fb56852

Browse files
authored
bump base image to x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0 (#112)
1 parent 2968598 commit fb56852

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

core/java8/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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)

core/java8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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

2121
RUN rm -rf /var/lib/apt/lists/* \
2222
&& apt-get clean \

core/java8actionloop/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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

core/java8actionloop/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3535
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)