Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 63c68a3 commit ad24cf6
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 @@ -25,7 +25,7 @@ HEALTHCHECK NONE

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

FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:21-jre-alpine

ARG JAR
ARG LIB
Expand Down

0 comments on commit ad24cf6

Please sign in to comment.