Skip to content

Commit 07a4f07

Browse files
Update Bundled OpenJDK to latest (#5523)
1 parent 1a288a6 commit 07a4f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/otelcol/Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG JMX_METRIC_GATHERER_RELEASE
3030
RUN New-Item -Path "C:\\" -Name "opt" -ItemType "directory"
3131
RUN Invoke-WebRequest -Uri "https://github.com/open-telemetry/opentelemetry-java-contrib/releases/download/${env:JMX_METRIC_GATHERER_RELEASE}/opentelemetry-jmx-metrics.jar" -Outfile "c:\opt\opentelemetry-java-contrib-jmx-metrics.jar"
3232

33-
ARG JDK_VERSION="11.0.24_8"
33+
ARG JDK_VERSION="11.0.25_9"
3434
ARG OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download"
3535
ENV JAVA_HOME="C:\java\jre"
3636
ENV JAVA_PATH="$JAVA_HOME\bin"

packaging/bundle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG ARCH=amd64
16-
ARG JDK_VERSION=11.0.24_8
16+
ARG JDK_VERSION=11.0.25_9
1717
ARG MAVEN_VERSION=3.6.0
1818
ARG PYTHON_VERSION=3.12.7
1919
ARG PIP_VERSION=24.2

0 commit comments

Comments
 (0)