Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Dec 20, 2024
1 parent 3ed0dd6 commit 8206850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/java/json-logging-ecs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk AS builder
FROM eclipse-temurin:21.0.5_11-jdk AS builder

WORKDIR /usr/src/app/

Expand All @@ -9,7 +9,7 @@ COPY json-logging-ecs/logback-spring.xml ./src/main/resources/logback-spring.xml
RUN sed -i '/<dependencies>/a <dependency><groupId>co.elastic.logging</groupId><artifactId>logback-ecs-encoder</artifactId><version>1.6.0</version></dependency>' pom.xml
RUN --mount=type=cache,target=/root/.m2 ./mvnw install -DskipTests

FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21.0.5_11-jre

WORKDIR /usr/src/app/

Expand Down
4 changes: 2 additions & 2 deletions examples/java/json-logging-logback/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk AS builder
FROM eclipse-temurin:21.0.5_11-jdk AS builder

WORKDIR /usr/src/app/

Expand All @@ -8,7 +8,7 @@ COPY ./src ./src
COPY json-logging-logback/logback-spring.xml ./src/main/resources/logback-spring.xml
RUN --mount=type=cache,target=/root/.m2 ./mvnw install -DskipTests

FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21.0.5_11-jre

WORKDIR /usr/src/app/

Expand Down
4 changes: 2 additions & 2 deletions examples/java/json-logging-otlp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk AS builder
FROM eclipse-temurin:21.0.5_11-jdk AS builder

WORKDIR /usr/src/app/

Expand All @@ -8,7 +8,7 @@ COPY ./src ./src
COPY json-logging-otlp/logback-spring.xml ./src/main/resources/logback-spring.xml
RUN --mount=type=cache,target=/root/.m2 ./mvnw install -DskipTests

FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21.0.5_11-jre

WORKDIR /usr/src/app/

Expand Down

0 comments on commit 8206850

Please sign in to comment.