Skip to content

Commit

Permalink
test cve avec l'ancienne image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayrode committed Jun 3, 2024
1 parent b1647a3 commit d6bfe2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gradle:latest AS build
WORKDIR /app
COPY . .
RUN ./gradlew assemble --no-daemon
RUN ./gradlew assemble

FROM openjdk:23-slim-bookworm AS runtime
FROM openjdk:17-jdk-slim AS runtime
COPY --from=build /app/build/libs/ctcd-0.0.1-SNAPSHOT.jar /app/ctcd-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java", "-jar", "/app/ctcd-0.0.1-SNAPSHOT.jar"]
56 changes: 0 additions & 56 deletions trivy/github-markdown.tpl

This file was deleted.

0 comments on commit d6bfe2f

Please sign in to comment.