Skip to content

Commit 85d3b53

Browse files
Update Bundled OpenJDK to latest (#6139)
Co-authored-by: Jina Jain <[email protected]>
1 parent 7ec3fa1 commit 85d3b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/otelcol/Dockerfile.windows

+1-1
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.26_4"
33+
ARG JDK_VERSION="11.0.27_6"
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

+1-1
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.26_4
16+
ARG JDK_VERSION=11.0.27_6
1717
ARG MAVEN_VERSION=3.6.0
1818
ARG PYTHON_VERSION=3.13.2
1919
ARG PIP_VERSION=24.2

0 commit comments

Comments
 (0)