Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jre-alpi…
Browse files Browse the repository at this point in the history
…ne (#14087)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent f760150 commit 84df844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eidlogger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY src ./src
RUN ./mvnw clean package -DskipTests

# Package stage
FROM eclipse-temurin:21.0.4_7-jre-alpine
FROM eclipse-temurin:21.0.5_11-jre-alpine
COPY --from=build /app/target/*.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit 84df844

Please sign in to comment.