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] committed Jul 23, 2024
1 parent 2f91d97 commit 44fe4fc
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.4_7-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.4_7-jre-jammy

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

Expand Down

0 comments on commit 44fe4fc

Please sign in to comment.