Skip to content

Commit

Permalink
Bump alpine in /edc-dataplane/edc-dataplane-azure-vault/src/main/docker
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2023
1 parent a2bb81a commit 07257cd
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 07257cd

Please sign in to comment.