From 2db2018f1f54e736e696b6eac660d403efb75266 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 19 Oct 2023 08:06:28 +0000 Subject: [PATCH] Update Bundled OpenJDK to latest --- cmd/otelcol/Dockerfile.windows | 2 +- internal/signalfx-agent/bundle/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/otelcol/Dockerfile.windows b/cmd/otelcol/Dockerfile.windows index 37016f9ae4..f5d65ec6b6 100644 --- a/cmd/otelcol/Dockerfile.windows +++ b/cmd/otelcol/Dockerfile.windows @@ -32,7 +32,7 @@ ARG JMX_METRIC_GATHERER_RELEASE RUN New-Item -Path "C:\\" -Name "opt" -ItemType "directory" RUN Invoke-WebRequest -Uri "https://github.com/open-telemetry/opentelemetry-java-contrib/releases/download/v${env:JMX_METRIC_GATHERER_RELEASE}/opentelemetry-jmx-metrics.jar" -Outfile "c:\opt\opentelemetry-java-contrib-jmx-metrics.jar" -ARG JDK_VERSION="11.0.20.1_1" +ARG JDK_VERSION="11.0.21_9" ARG OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download" ENV JAVA_HOME="C:\java\jre" ENV JAVA_PATH="$JAVA_HOME\bin" diff --git a/internal/signalfx-agent/bundle/Dockerfile b/internal/signalfx-agent/bundle/Dockerfile index f256172c11..61d82d782a 100644 --- a/internal/signalfx-agent/bundle/Dockerfile +++ b/internal/signalfx-agent/bundle/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ARG ARCH=amd64 -ARG JDK_VERSION=11.0.20.1_1 +ARG JDK_VERSION=11.0.21_9 ARG MAVEN_VERSION=3.6.0 ARG PYTHON_VERSION=3.11.6 ARG PIP_VERSION=21.0.1