File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG JMX_METRIC_GATHERER_RELEASE
30
30
RUN New-Item -Path "C:\\" -Name "opt" -ItemType "directory"
31
31
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"
32
32
33
- ARG JDK_VERSION="11.0.26_4 "
33
+ ARG JDK_VERSION="11.0.27_6 "
34
34
ARG OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download"
35
35
ENV JAVA_HOME="C:\java\jre"
36
36
ENV JAVA_PATH="$JAVA_HOME\bin"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG ARCH=amd64
16
- ARG JDK_VERSION=11.0.26_4
16
+ ARG JDK_VERSION=11.0.27_6
17
17
ARG MAVEN_VERSION=3.6.0
18
18
ARG PYTHON_VERSION=3.13.2
19
19
ARG PIP_VERSION=24.2
You can’t perform that action at this time.
0 commit comments