diff --git a/cmd/otelcol/Dockerfile.windows b/cmd/otelcol/Dockerfile.windows index 0009ec6c5b..3dfb88ced5 100644 --- a/cmd/otelcol/Dockerfile.windows +++ b/cmd/otelcol/Dockerfile.windows @@ -30,7 +30,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.21_9" +ARG JDK_VERSION="11.0.22_7" 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 29fcab5adf..68cafafcfe 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.21_9 +ARG JDK_VERSION=11.0.22_7 ARG MAVEN_VERSION=3.6.0 ARG PYTHON_VERSION=3.11.6 ARG PIP_VERSION=21.0.1