Skip to content

Commit

Permalink
Merge remote-tracking branch 'eclipse/main' into fix/81-authenticatio…
Browse files Browse the repository at this point in the history
…n-improvements-and-chart
  • Loading branch information
drcgjung committed Oct 16, 2023
2 parents e3c1572 + e0041af commit 5ec560c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-in

HEALTHCHECK NONE

RUN apk update && apk add curl=8.3.0-r0 --no-cache
RUN apk update && apk add curl=8.4.0-r0 --no-cache
RUN curl -L --proto "=https" -sSf ${OTEL_AGENT_LOCATION} --output /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:17-jre-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-in

HEALTHCHECK NONE

RUN apk update && apk add curl=8.3.0-r0 --no-cache
RUN apk update && apk add curl=8.4.0-r0 --no-cache
RUN curl -L --proto "=https" -sSf ${OTEL_AGENT_LOCATION} --output /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:17-jre-alpine
Expand Down

0 comments on commit 5ec560c

Please sign in to comment.