We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ad04d commit 7337aabCopy full SHA for 7337aab
2 files changed
core/java8/Dockerfile
@@ -16,7 +16,7 @@
16
#
17
18
# Use AdoptOpenJDK's JDK8, OpenJ9, ubuntu
19
-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
20
21
RUN rm -rf /var/lib/apt/lists/* \
22
&& apt-get clean \
core/java8actionloop/Dockerfile
@@ -34,7 +34,7 @@ RUN curl -sL \
34
&& GO111MODULE=on go build -o /bin/proxy
35
36
37
38
39
# select the builder to use
40
ARG GO_PROXY_BUILD_FROM=release
0 commit comments