Skip to content

Commit

Permalink
bump Java base image to adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jd…
Browse files Browse the repository at this point in the history
…k8u282-b08_openj9-0.24.0 (#121)
  • Loading branch information
dgrove-oss authored Mar 31, 2021
1 parent 95ad04d commit 7337aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/java8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u282-b08_openj9-0.24.0

RUN rm -rf /var/lib/apt/lists/* \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion core/java8actionloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN curl -sL \
&& GO111MODULE=on go build -o /bin/proxy

# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u282-b08_openj9-0.24.0

# select the builder to use
ARG GO_PROXY_BUILD_FROM=release
Expand Down

0 comments on commit 7337aab

Please sign in to comment.