Skip to content

Commit 649e30b

Browse files
authored
Use 8u372 b07 jdk focal as base image (#154)
* update java base image open-8u372-b07-jdk-focal for vuln fixes
1 parent 725d6c4 commit 649e30b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

core/java8/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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)

core/java8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

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

core/java8actionloop/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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)

core/java8actionloop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4040
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)