Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 2f91d97 commit 7807bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#docker build -t otel-catalog:1.2 .
FROM eclipse-temurin:21-jdk-jammy AS build
FROM eclipse-temurin:21.0.3_9-jdk-jammy AS build

COPY .mvn .mvn
COPY mvnw .
Expand All @@ -8,7 +8,7 @@ COPY src src

RUN --mount=type=cache,target=/root/.m2,rw ./mvnw package -DskipTests

FROM eclipse-temurin:21-jre-jammy
FROM eclipse-temurin:21.0.3_9-jre-jammy

COPY --from=build target/catalog-1.2.jar catalog.jar

Expand Down

0 comments on commit 7807bb3

Please sign in to comment.