Skip to content

Commit

Permalink
Update Bundled OpenJDK to latest (#4178)
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-gh-o11y-gdi authored Jan 19, 2024
1 parent b459ceb commit d7ead56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/otelcol/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7ead56

Please sign in to comment.