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.16.2 to 3.16.3.

---
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 Nov 14, 2022
1 parent ceeada8 commit 08e54b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.2 as otel
FROM alpine:3.16.3 as otel

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

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

FROM alpine:3.16.2
FROM alpine:3.16.3

ARG JAR
ARG LIB
Expand Down

0 comments on commit 08e54b1

Please sign in to comment.