Skip to content

Commit

Permalink
Bump alpine in /edc-controlplane/edc-controlplane-memory/src/main/doc…
Browse files Browse the repository at this point in the history
…ker (#659)
  • Loading branch information
dependabot[bot] authored Jan 11, 2023
1 parent 7b7f15b commit a3cbef3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.17.0 as otel
FROM alpine:3.17.1 as otel

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.17.0
FROM alpine:3.17.1

ARG JAR
ARG LIB
Expand Down

0 comments on commit a3cbef3

Please sign in to comment.