Skip to content

Commit

Permalink
Bump alpine in /edc-dataplane/edc-dataplane-azure-vault/src/main/dock…
Browse files Browse the repository at this point in the history
…er (#751)
  • Loading branch information
dependabot[bot] authored Feb 24, 2023
1 parent 5d9b26f commit 4300aa1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.17.1 as otel
FROM alpine:3.17.2 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.1
FROM alpine:3.17.2

ARG JAR
ARG LIB
Expand Down

0 comments on commit 4300aa1

Please sign in to comment.