Skip to content

Commit

Permalink
Merge pull request #86 from catenax-ng/fix/docker-build-curl
Browse files Browse the repository at this point in the history
PRIO-1 fix(docker): upgrade curl version in the alpine build images.
  • Loading branch information
carslen authored Oct 16, 2023
2 parents 57fdc03 + 420c21b commit e0041af
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 e0041af

Please sign in to comment.