Skip to content

Commit

Permalink
Update openjdk Docker tag to v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2023
1 parent c2b24e7 commit de08294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products-subgraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2
EXPOSE 8080

ARG JAR_FILE=build/libs/products.jar
Expand Down
2 changes: 1 addition & 1 deletion reviews-subgraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2
EXPOSE 8081

ARG JAR_FILE=build/libs/reviews.jar
Expand Down

0 comments on commit de08294

Please sign in to comment.