Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ctevse committed Nov 22, 2023
1 parent eae4b5d commit 65d4b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patchfinder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD patchfinder/src/main patchfinder/src/main
RUN mvn package -Dmaven.test.skip=true --projects=patchfinder

### Patchfinder Run Stage
FROM openjdk:11-jre-slim AS patchfinder
FROM eclipse-temurin:17-jre AS patchfinder

# Mount data directory
VOLUME /usr/local/lib/nvip_data
Expand Down
2 changes: 1 addition & 1 deletion productnameextractor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD productnameextractor/src/main productnameextractor/src/main
RUN mvn package -Dmaven.test.skip=true --projects=db,productnameextractor

### Run Stage
FROM openjdk:11-jre-slim
FROM eclipse-temurin:17-jre AS pne

# Mount data directory
VOLUME /usr/local/lib/nvip_data
Expand Down

0 comments on commit 65d4b8b

Please sign in to comment.