Skip to content

Commit

Permalink
chore(deps): bump alpine in /sparql-aas/src/main/docker
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.2 to 3.19.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2023
1 parent 63c68a3 commit cb9a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparql-aas/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.18.2 as otel
FROM alpine:3.19.0 as otel

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

Expand Down

0 comments on commit cb9a54a

Please sign in to comment.