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 22-jre-alpine to 23-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 Oct 21, 2024
1 parent fb8374c commit 78ad4b5
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 @@ -27,7 +27,7 @@ HEALTHCHECK NONE
RUN apk update && apk add curl=8.10.1-r0 --no-cache
RUN curl -L --proto "=https" -sSf ${OTEL_AGENT_LOCATION} --output /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:22-jre-alpine
FROM eclipse-temurin:23-jre-alpine

ARG APP_USER=faaast
ARG APP_UID=10100
Expand Down

0 comments on commit 78ad4b5

Please sign in to comment.